diff options
Diffstat (limited to 'net/ipv6calc/Makefile')
-rw-r--r-- | net/ipv6calc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile index f91aad10f9c..423eea6aa2e 100644 --- a/net/ipv6calc/Makefile +++ b/net/ipv6calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/04/11 21:46:48 tv Exp $ +# $NetBSD: Makefile,v 1.28 2005/05/22 20:08:24 jlam Exp $ # DISTNAME= ipv6calc-0.48 @@ -13,7 +13,7 @@ COMMENT= Manipulates IPv6 addresses # be listed in README-IPv6.html. Leave this comment here to make it so! GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake MAKE_ENV+= root=${PREFIX} INSTALL_TARGET= installonly |