summaryrefslogtreecommitdiff
path: root/libexec/ftpd/Makefile
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1997-04-23 04:56:39 +0000
committerDavid Nugent <davidn@FreeBSD.org>1997-04-23 04:56:39 +0000
commitb071c689deae7e8763a70b94d8fe3c96d4461203 (patch)
treea27595b9e01df96dbfcc3840fdb872378e76651e /libexec/ftpd/Makefile
parented4d0b8acd773649f0b654d66d69e72f527971b3 (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 75df272ae184..20fc19f1ba97 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -1,11 +1,11 @@
# @(#)Makefile 8.2 (Berkeley) 4/4/94
-# $Id$
+# $Id: Makefile,v 1.19 1997/02/22 14:21:26 peter Exp $
PROG= ftpd
MAN8= ftpd.8
SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c skey-stuff.c
-CFLAGS+=-DSETPROCTITLE -DSKEY -Wall
+CFLAGS+=-DSETPROCTITLE -DSKEY -DLOGIN_CAP -Wall
LDADD= -lskey -lmd -lcrypt -lutil
DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} ${LIBUTIL}