BSD 4_4_Lite1 release
[unix-history] / usr / src / libexec / ftpd / Makefile
index 84edecc..946aab7 100644 (file)
@@ -1,23 +1,9 @@
-#
-# Copyright (c) 1983 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
-#
-#      @(#)Makefile    5.1 (Berkeley) %G%
-#
-ALL=   ftpd.o ftpcmd.o glob.o vers.o
-DESTDIR=
-CFLAGS=        -O
+#      @(#)Makefile    8.2 (Berkeley) 4/4/94
 
 
-ftpd:  ${ALL}
-       ${CC} -o ftpd ${ALL}
+PROG=  ftpd
+CFLAGS+=-DSETPROCTITLE
+SRCS=  ftpd.c ftpcmd.c logwtmp.c popen.c
+MAN8=  ftpd.0
+CLEANFILES+=ftpcmd.c y.tab.h
 
 
-vers.o:        ftpd.c ftpcmd.y
-       sh newvers.sh
-       ${CC} -c vers.c
-
-install:
-       install -s ftpd ${DESTDIR}/etc/ftpd
-
-clean:
-       rm -f ftpd *.o *.s errs core a.out t.? yacc.* y.tab.c
+.include <bsd.prog.mk>