Annotation of 42BSD/etc/getty/Makefile, revision 1.1

1.1     ! root        1: #      Makefile        4.1     83/07/06
        !             2: #
        !             3: DESTDIR=
        !             4: CFLAGS=        -O
        !             5: OBJS=  main.o init.o subr.o gettytab.o
        !             6: 
        !             7: all:   getty
        !             8: 
        !             9: getty: ${OBJS}
        !            10:        ${CC} -o getty ${OBJS}
        !            11: 
        !            12: install: all
        !            13:        install -s getty ${DESTDIR}/etc/getty
        !            14: 
        !            15: clean:
        !            16:        rm -f getty ${OBJS} a.out core errs
        !            17: 
        !            18: main.o: gettytab.h
        !            19: init.o: gettytab.h
        !            20: subr.o: gettytab.h

unix.superglobalmegacorp.com

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