summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/Makefile
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1997-04-23 04:56:39 +0000
committerdavidn <davidn@FreeBSD.org>1997-04-23 04:56:39 +0000
commita3b6ff71437d61f1a709992587c278833036f33b (patch)
tree150805761bd522b0cc557ab9678fe5b511df5377 /libexec/ftpd/Makefile
parent24026ebd29c627edf00e75e4001f3eeaf937ea62 (diff)
downloadFreeBSD-src-a3b6ff71437d61f1a709992587c278833036f33b.zip
FreeBSD-src-a3b6ff71437d61f1a709992587c278833036f33b.tar.gz
Add basic login.conf (sans authentication) support.
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 75df272..20fc19f 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}
OpenPOWER on IntegriCloud