|
|
1.1.1.2 ! root 1: # Makefile 6/12/83 1.1 root 2: 1.1.1.2 ! root 3: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR} ! 4: ALL= tftp ! 5: DESTDIR= ! 6: CFLAGS=-O -Dtahoe ! 7: ! 8: all: ${ALL} ! 9: ! 10: tftp: main.o tftp.o text.o ! 11: ${CC} main.o tftp.o text.o -o tftp ! 12: ! 13: clean: ! 14: rm -f ${ALL} *.o *.s errs core a.out t.? ! 15: ! 16: cleansrc: ! 17: rm -f *.c *.h Makefile ! 18: ! 19: install: ! 20: install -s tftp ${DESTDIR}/usr/ucb
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.