Annotation of 3BSD/cmd/lpr/makefile, revision 1.1

1.1     ! root        1: all:
        !             2:        cc -O lpd.c -o lpd
        !             3:        cc -O lpf.c -o lpf
        !             4:        cc -O lpq.c -o lpq
        !             5:        cc -O lpr.c -o lpr
        !             6:        cc -O lprm.c -o lprm
        !             7: install:
        !             8:        install -s lpd ${DESTDIR}/usr/lib/lpd
        !             9:        install -s lpf ${DESTDIR}/usr/lib/lpf
        !            10:        install -s lpq ${DESTDIR}/usr/ucb/lpq
        !            11:        install -s lpr ${DESTDIR}/usr/ucb/lpr
        !            12:        install -s lprm ${DESTDIR}/usr/ucb/lprm
        !            13: clean:
        !            14:        rm -f lpd lpf lpq lpr lprm

unix.superglobalmegacorp.com

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