Annotation of cci/usr/src/ucb/sysline/Makefile, revision 1.1

1.1     ! root        1: # $Header: Makefile,v 1.3 84/12/05 17:29:02 rcs Exp $
        !             2: #  See the sysline program source for options you may want to modify
        !             3: #
        !             4: 
        !             5: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
        !             6: DESTDIR =
        !             7: 
        !             8: CFLAGS = -O -n
        !             9: 
        !            10: .DEFAULT:sysline
        !            11: 
        !            12: sysline: sysline.c
        !            13:        ${CC} ${CFLAGS} -o sysline sysline.c -lcurses -ltermlib
        !            14: 
        !            15: install: sysline
        !            16:        install -s sysline $(DESTDIR)/usr/ucb
        !            17: 
        !            18: clean:
        !            19:        rm -f sysline
        !            20:        
        !            21: cleansrc:
        !            22:        rm -f *.c *.h Makefile

unix.superglobalmegacorp.com

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