Fix compatiblity problems with 4.2 and 4.3, #ifdef was wrong in version .-1
[unix-history] / usr / src / libexec / ftpd / Makefile
CommitLineData
f644bb55
DF
1#
2# Copyright (c) 1983 Regents of the University of California.
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
07fffe50 6# @(#)Makefile 5.2 (Berkeley) %G%
91651ac2 7#
23eeaca6 8ALL= ftpd.o ftpcmd.o glob.o vers.o
91651ac2
SL
9DESTDIR=
10CFLAGS= -O
11
23eeaca6
SL
12ftpd: ${ALL}
13 ${CC} -o ftpd ${ALL}
91651ac2
SL
14
15vers.o: ftpd.c ftpcmd.y
16 sh newvers.sh
17 ${CC} -c vers.c
18
19install:
20 install -s ftpd ${DESTDIR}/etc/ftpd
21
22clean:
23eeaca6 23 rm -f ftpd *.o *.s errs core a.out t.? yacc.* y.tab.c