From ea4e54b942da4ebc3d980ef5199c496ff500a652 Mon Sep 17 00:00:00 2001 From: David Nugent Date: Tue, 29 Apr 1997 12:42:08 +0000 Subject: Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts for definition of a system's virtual hosts. --- libexec/ftpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/ftpd/Makefile') 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} -- cgit v1.3