aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd/Makefile
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1997-04-29 12:42:08 +0000
committerDavid Nugent <davidn@FreeBSD.org>1997-04-29 12:42:08 +0000
commitea4e54b942da4ebc3d980ef5199c496ff500a652 (patch)
tree64d8be2fb778765c2c1a74c09799493f15b023c1 /libexec/ftpd/Makefile
parente9dff5569a91e014087af7bb1df06ba45e84d163 (diff)
Notes
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r--libexec/ftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 6bb3bdb734cb..49e98d508309 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -1,11 +1,11 @@
# @(#)Makefile 8.2 (Berkeley) 4/4/94
-# $Id: Makefile,v 1.20 1997/04/23 04:56:39 davidn Exp $
+# $Id: Makefile,v 1.21 1997/04/26 12:12:10 davidn Exp $
PROG= ftpd
MAN8= ftpd.8
SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c skey-stuff.c
-CFLAGS+=-DSETPROCTITLE -DSKEY -DLOGIN_CAP -Wall
+CFLAGS+=-DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall
LDADD= -lskey -lmd -lcrypt -lutil
DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} ${LIBUTIL}