|
|
1.1 ! root 1: CFLAGS= -g ! 2: ! 3: all: test-distrib etags ctags loadst make-docfile digest-doc \ ! 4: movemail cvtmail fakemail yow ! 5: ! 6: test-distrib: test-distrib.c ! 7: cc -o test-distrib test-distrib.c ! 8: ./test-distrib ! 9: ! 10: etags: etags.c ! 11: cc -o etags ${CFLAGS} -DETAGS etags.c ! 12: ! 13: ctags: etags.c ! 14: cc -o ctags ${CFLAGS} -DCTAGS etags.c ! 15: ! 16: loadst: loadst.c ! 17: cc -o loadst ${CFLAGS} loadst.c ! 18: ! 19: make-docfile: make-docfile.c ! 20: cc -o make-docfile ${CFLAGS} make-docfile.c ! 21: ! 22: digest-doc: digest-doc.c ! 23: cc -o digest-doc ${CFLAGS} digest-doc.c ! 24: ! 25: movemail: movemail.c ! 26: cc -o movemail ${CFLAGS} movemail.c ! 27: ! 28: cvtmail: cvtmail.c ! 29: cc -o cvtmail ${CFLAGS} cvtmail.c ! 30: ! 31: fakemail: fakemail.c ! 32: cc -o fakemail ${CFLAGS} fakemail.c ! 33: ! 34: yow: yow.c ! 35: cc -o yow ${CFLAGS} yow.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.