|
|
1.1 ! root 1: # @(#)Makefile 4.6 6/15/83 ! 2: # ! 3: ! 4: DESTDIR= ! 5: AS=/bin/as ! 6: CC=/bin/cc ! 7: LD=/bin/ld ! 8: INCLDIR=${DESTDIR}/usr/include ! 9: LIBDIR=${DESTDIR}/lib ! 10: ULIBDIR=${DESTDIR}/usr/lib ! 11: ! 12: CFLAGS= -O -I${INCLDIR} ! 13: ! 14: ALL= ftp ! 15: ! 16: all: ${ALL} ! 17: ! 18: ftp: cmds.o cmdtab.o ftp.o getpass.o glob.o main.o ! 19: ${CC} cmds.o cmdtab.o ftp.o getpass.o glob.o main.o -o ftp ! 20: ! 21: ftp.o: ${DESTDIR}/usr/include/arpa/ftp.h ftp_var.h ! 22: cmds.o: ${DESTDIR}/usr/include/arpa/ftp.h ftp_var.h ! 23: cmdtab.o: ftp_var.h ! 24: ftp.o: ftp_var.h ! 25: main.o: ftp_var.h ! 26: ! 27: install: ! 28: install -s ftp ${DESTDIR}/usr/ucb/ftp ! 29: ! 30: clean: ! 31: rm -f ${ALL} *.o *.s errs core a.out t.? ! 32: ! 33: cleansrc: ! 34: rm -f *.c *.h Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.