|
|
1.1 ! root 1: # Makefile 4.2 83/06/30 ! 2: # ! 3: CFLAGS= -O ! 4: DESTDIR= ! 5: ALL= enroll xsend xget ! 6: ! 7: all: ${ALL} ! 8: ! 9: enroll: enroll.o lib.o ! 10: ${CC} enroll.o lib.o -lmp -o enroll ! 11: ! 12: xget: xget.o lib.o ! 13: ${CC} xget.o lib.o -lmp -o xget ! 14: ! 15: xsend: xsend.o lib.o ! 16: ${CC} xsend.o lib.o -lmp -o xsend ! 17: ! 18: enroll.o xget.o xsend.o lib.o: xmail.h ! 19: ! 20: list: ! 21: @pr -2 -w124 m.h xmail.h enroll.c xsend.c xget.c lib.c Makefile ! 22: ! 23: install: enroll xsend xget ! 24: for i in ${ALL}; do install -s $$i ${DESTDIR}/usr/bin; done ! 25: ! 26: clean: ! 27: rm -f *.o yacc.* y.tab.c ${ALL}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.