summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>2002-01-06 00:52:24 +0000
committertron <tron>2002-01-06 00:52:24 +0000
commit3c4225cbd7c8a59afa96b5c68518ee27ef25b410 (patch)
tree085c37731c9e4ac2e78375e471e86d1ada2dabae /mk
parent15d91b93133141fa0199ccdb5d04d7d92f653255 (diff)
downloadpkgsrc-3c4225cbd7c8a59afa96b5c68518ee27ef25b410.tar.gz
Remove duplicate handling of "USETOOLS". It's already defined and added
to "MAKE_ENV" in "bsd.prefs.mk".
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index c1abbbdea1f..8bd5841349f 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.892 2002/01/05 22:46:18 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.893 2002/01/06 00:52:24 tron Exp $
#
# This file is in the public domain.
#
@@ -20,11 +20,6 @@
##### Include any preferences, if not already included, and common definitions
.include "../../mk/bsd.prefs.mk"
-##### Pass information about desired toolchain to package build.
-.if defined(USETOOLS)
-MAKE_ENV+= USETOOLS="${USETOOLS}"
-.endif
-
##### Build crypto packages by default.
MKCRYPTO?= yes