summaryrefslogtreecommitdiff
path: root/cross/mipsEEel-netbsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross/mipsEEel-netbsd/Makefile')
-rw-r--r--cross/mipsEEel-netbsd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cross/mipsEEel-netbsd/Makefile b/cross/mipsEEel-netbsd/Makefile
index 741a82dbe34..8ecbc88314b 100644
--- a/cross/mipsEEel-netbsd/Makefile
+++ b/cross/mipsEEel-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/05/22 20:07:45 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/01 20:08:00 jlam Exp $
DISTNAME= cross-${TARGET_ARCH}-${DISTVERSION}
TARGET_ARCH= mipsEEel-netbsd
@@ -104,5 +104,6 @@ gcc-install:
install-cpp lang.install-normal install-driver
# just uses autoheader -- any version is ok
-.include "../../mk/autoconf.mk"
+USE_TOOLS+= autoconf
+
.include "../../mk/bsd.pkg.mk"