diff options
Diffstat (limited to 'net/tnftpd/Makefile')
-rw-r--r-- | net/tnftpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tnftpd/Makefile b/net/tnftpd/Makefile index e593ce78bc0..d7ffc9e21b0 100644 --- a/net/tnftpd/Makefile +++ b/net/tnftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/12/20 13:38:37 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/06/08 12:24:00 cjep Exp $ # DISTNAME= tnftpd-20031217 @@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONF_FILES+= ${EXAMPLEDIR}/ftpd.conf ${PKG_SYSCONFDIR}/ftpd.conf CONF_FILES+= ${EXAMPLEDIR}/ftpusers ${PKG_SYSCONFDIR}/ftpusers +BUILD_DEFS+= USE_INET6 + .include "../../mk/bsd.prefs.mk" # Include SOCKS firewall support |