From 5af1a28f6b1d507fc1a12d09253e0a24f87149f2 Mon Sep 17 00:00:00 2001 From: cjep Date: Sun, 29 Sep 2002 12:04:30 +0000 Subject: Use CONFIG_{GUESS,SUB}_OVERRIDE so that this builds on mipsel (and probably others). --- net/wu-ftpd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'net/wu-ftpd') 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" -- cgit v1.2.3