|
|
1.1 root 1: all: lp lpstat lpsched hpfilter
2: @touch lpstat lp lpsched
3: @rm -fr lpshut; ln lp lpshut
4: @rm -fr reprint; ln lp reprint
5: @rm -fr cancel; ln lpstat cancel
6: @rm -fr chreq; ln lpstat chreq
7: @rm -fr route; ln lpstat route
8: @rm -fr lpadmin; ln lpstat lpadmin
9: @sync
10: @echo "Done\007"
11:
12: spooler.o: header.h spooler.c
13: @echo spooler
14: @cc -c spooler.c
15:
16: lpsched: header.h lpsched.c spooler.o
17: @echo lpsched
18: @cc lpsched.c spooler.o -lterm
19: @strip lpsched
20:
21: lp: header.h lp.c spooler.o
22: @echo lp
23: @cc lp.c spooler.o -lterm
24: @strip lp
25:
26: lpstat: header.h lpstat.c spooler.o
27: @echo lpstat
28: @cc lpstat.c spooler.o -lterm
29: @strip lpstat
30: @chmod u+s lpstat
31:
32: hpfilter: hpfilter.c
33: @echo hpfilter
34: @cc hpfilter.c
35: @strip hpfilter
36: @cp hpfilter /usr/spool/mlp/backend/hpfilter
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.