diff options
Diffstat (limited to 'devel/nbitools/Makefile')
-rw-r--r-- | devel/nbitools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nbitools/Makefile b/devel/nbitools/Makefile index 04f27a8cd6d..c1693416096 100644 --- a/devel/nbitools/Makefile +++ b/devel/nbitools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/08 03:14:35 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/22 20:07:53 jlam Exp $ # DISTNAME= nbitools-R6.3 @@ -20,7 +20,7 @@ MAKE_ENV+= GCCCMD=gcc .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .endif post-patch: |