summaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-09-30 21:19:58 +0000
committerPaul Traina <pst@FreeBSD.org>1994-09-30 21:19:58 +0000
commit28dc19771b88abcce1f17134fefcc76be5b81433 (patch)
tree181a8879f802bfffdf9822a7de596236775c547b /libexec/ftpd
parent109f505bfbe08bf5e54056eed39a1a7577552b40 (diff)
Notes
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index d65a4b9c25dd..396deee0d729 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -1,11 +1,14 @@
# @(#)Makefile 8.2 (Berkeley) 4/4/94
PROG= ftpd
-CFLAGS+=-DSETPROCTITLE -DSKEY
+MAN8= ftpd.8
SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c skey-stuff.c
+
+CFLAGS+=-DSETPROCTITLE -DSKEY
+
LDADD= -lcrypt -lskey
-DPADD= ${LIBSKEY}
-MAN8= ftpd.8
+DPADD= ${LIBCRYPT} ${LIBSKEY}
+
CLEANFILES+=ftpcmd.c y.tab.h
.include <bsd.prog.mk>