|
|
1.1 root 1: # @(#)Makefile 4.2 6/12/83
2: #
3: ALL= ftpd.o ftpcmd.o glob.o vers.o mkdir.o rmdir.o
4: DESTDIR=/usr/inet
5: CFLAGS=-I../../h
6:
7: ftpd: ${ALL}
8: ${CC} -o ftpd ${ALL} -lin
9:
10: vers.o: ftpd.c ftpcmd.y
11: sh newvers.sh
12: ${CC} -c vers.c
13:
14: install:
15: cp ftpd ${DESTDIR}/etc/ftpd
16: strip ftpd
17: chown bin,bin ${DESTDIR}/etc/ftpd
18:
19: clean:
20: 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.