|
|
1.1 ! root 1: # @(#)Makefile 4.2 6/12/83 ! 2: # ! 3: ALL= ftpd.o ftpcmd.o glob.o vers.o ! 4: DESTDIR= ! 5: CFLAGS= -O ! 6: ! 7: ftpd: ${ALL} ! 8: ${CC} -o ftpd ${ALL} ! 9: ! 10: vers.o: ftpd.c ftpcmd.y ! 11: sh newvers.sh ! 12: ${CC} -c vers.c ! 13: ! 14: install: ! 15: install -s ftpd ${DESTDIR}/etc/ftpd ! 16: ! 17: clean: ! 18: rm -f ftpd *.o *.s errs core a.out t.? yacc.* y.tab.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.