diff options
author | davidn <davidn@FreeBSD.org> | 1997-04-29 12:42:08 +0000 |
---|---|---|
committer | davidn <davidn@FreeBSD.org> | 1997-04-29 12:42:08 +0000 |
commit | 55c9dac45043b0c4199aaca4735cfa1d01b209e5 (patch) | |
tree | cc9b7f6114cd7e1018bffafa906e16f8eda8fb09 /libexec/ftpd/Makefile | |
parent | 559a468aae13aa79431fd99e4f039cabcaa507f4 (diff) | |
download | FreeBSD-src-55c9dac45043b0c4199aaca4735cfa1d01b209e5.zip FreeBSD-src-55c9dac45043b0c4199aaca4735cfa1d01b209e5.tar.gz |
Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts for
definition of a system's virtual hosts.
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r-- | libexec/ftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 6bb3bdb..49e98d5 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} |