diff options
Diffstat (limited to 'net/wu-ftpd')
-rw-r--r-- | net/wu-ftpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile index 2c3cf577ebb..aba088b0e05 100644 --- a/net/wu-ftpd/Makefile +++ b/net/wu-ftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/12/03 09:30:36 abs Exp $ +# $NetBSD: Makefile,v 1.21 2002/09/29 12:04:30 cjep Exp $ # FreeBSD Id: Makefile,v 1.16 1997/12/24 17:45:28 ache Exp # @@ -37,6 +37,9 @@ CONFLICTS+= lukemftpd-[0-9]* GNU_CONFIGURE= YES CONFIGURE_ARGS+=--enable-quota --enable-noop --enable-skey +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub + DIST_SUBDIR= wu-ftpd .include "../../mk/bsd.prefs.mk" |