Annotation of 41BSD/cmd/lpr/makefile, revision 1.1.1.1

1.1       root        1: all: lpd lpf lpr lpq lprm
                      2: 
                      3: lpd: lpd.c
                      4:        cc -O lpd.c -o lpd
                      5: 
                      6: lpf: lpf.c
                      7:        cc -O lpf.c -o lpf
                      8: 
                      9: lpq: lpq.c
                     10:        cc -O lpq.c -o lpq
                     11: 
                     12: lpr: lpr.c
                     13:        cc -O lpr.c -o lpr
                     14: 
                     15: lprm: lprm.c
                     16:        cc -O lprm.c -o lprm
                     17: 
                     18: install:
                     19:        install -s lpd ${DESTDIR}/usr/lib/lpd
                     20:        install -s lpf ${DESTDIR}/usr/lib/lpf
                     21:        install -s lpq ${DESTDIR}/usr/ucb/lpq
                     22:        install -s lpr ${DESTDIR}/usr/ucb/lpr
                     23:        install -s lprm ${DESTDIR}/usr/ucb/lprm
                     24: 
                     25: clean:
                     26:        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.