summaryrefslogtreecommitdiff
path: root/libexec/ftpd/Makefile
diff options
context:
space:
mode:
authorGuido van Rooij <guido@FreeBSD.org>1995-02-26 19:36:59 +0000
committerGuido van Rooij <guido@FreeBSD.org>1995-02-26 19:36:59 +0000
commit3eb568f24cd37cc6a0dd03148e00027b70a72862 (patch)
tree55fa2d553a933988227f011fa1f70a6577927db8 /libexec/ftpd/Makefile
parentdef5a1b108486dfcc5f1f2d27d84e2987afcdf7f (diff)
Notes
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r--libexec/ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index e1e5be2b3658..f2b446cb6917 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -4,7 +4,7 @@ PROG= ftpd
MAN8= ftpd.8
SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c skey-stuff.c
-CFLAGS+=-DSETPROCTITLE -DSKEY
+CFLAGS+=-DSETPROCTITLE -DSKEY -DSTATS
LDADD= -lcrypt -lskey -lmd
DPADD= ${LIBCRYPT} ${LIBSKEY} ${LIBMD}