diff options
author | tron <tron@pkgsrc.org> | 2002-01-06 00:52:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-06 00:52:24 +0000 |
commit | 8b43c84427d3375f1e7cf323efcda0ef1d98d5fd (patch) | |
tree | 085c37731c9e4ac2e78375e471e86d1ada2dabae /mk | |
parent | 12784a0b2b10dd1235561e23157ad5b43f545773 (diff) | |
download | pkgsrc-8b43c84427d3375f1e7cf323efcda0ef1d98d5fd.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.mk | 7 |
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 |