Annotation of 42BSD/ucb/sysline/Makefile, revision 1.1

1.1     ! root        1: # $Header: /usr/src/ucb/sysline/RCS/Makefile,v 1.2 83/02/10 02:15:06 layer Exp $
        !             2: #  See the sysline program source for options you may want to modify
        !             3: #
        !             4: DESTDIR =
        !             5: 
        !             6: CFLAGS = -O -n
        !             7: 
        !             8: .DEFAULT:sysline
        !             9: 
        !            10: sysline: sysline.c
        !            11:        ${CC} ${CFLAGS} -o sysline sysline.c -lcurses -ltermlib
        !            12: 
        !            13: install: sysline
        !            14:        install -s sysline $(DESTDIR)/usr/ucb
        !            15: 
        !            16: clean:
        !            17:        rm -f sysline

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.