|
|
1.1 ! root 1: CFLAGS = -O -d2 ! 2: ! 3: all: enroll xsend xget ! 4: ! 5: enroll: enroll.o lib.o ! 6: cc enroll.o lib.o -lmp -o enroll ! 7: xget: xget.o lib.o ! 8: cc xget.o lib.o -lmp -o xget ! 9: xsend: xsend.o lib.o ! 10: cc xsend.o lib.o -lmp -o xsend ! 11: enroll.o xget.o xsend.o lib.o: xmail.h ! 12: ! 13: list: ! 14: @pr -2 -w124 m.h xmail.h enroll.c xsend.c xget.c lib.c makefile ! 15: ! 16: install: enroll xsend xget ! 17: install -s enroll $(DESTDIR)/usr/bin ! 18: install -s xsend $(DESTDIR)/usr/bin ! 19: install -s xget $(DESTDIR)/usr/bin ! 20: ! 21: clean: ! 22: rm -f *.o yacc.* y.tab.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.