Fix mbuf handling for unsupported operations
[unix-history] / usr / src / libexec / ftpd / Makefile
CommitLineData
23eeaca6 1# @(#)Makefile 4.2 %G%
91651ac2 2#
23eeaca6 3ALL= ftpd.o ftpcmd.o glob.o vers.o
91651ac2
SL
4DESTDIR=
5CFLAGS= -O
6
23eeaca6
SL
7ftpd: ${ALL}
8 ${CC} -o ftpd ${ALL}
91651ac2
SL
9
10vers.o: ftpd.c ftpcmd.y
11 sh newvers.sh
12 ${CC} -c vers.c
13
14install:
15 install -s ftpd ${DESTDIR}/etc/ftpd
16
17clean:
23eeaca6 18 rm -f ftpd *.o *.s errs core a.out t.? yacc.* y.tab.c