|
|
1.1 ! root 1: cc = lcc ! 2: cflags=-g ! 3: ! 4: all:V: lpdaemon lpsend file ! 5: ! 6: file: file.c ! 7: $cc $cflags $prereq -o $target ! 8: ! 9: lpdaemon: lpdaemon.c ! 10: $cc $cflags $prereq -o $target ! 11: ! 12: lpsend: lpsend.c ! 13: $cc $cflags $prereq -lipc -o $target ! 14: ! 15: install: file lpdaemon lpsend lpsend.sh ! 16: cp $prereq /usr/spool/lp/bin ! 17: ! 18: clobber: ! 19: clean: ! 20: rm -f file lpdaemon lpsend
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.