summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-08-13 05:24:26 +0000
committerrillig <rillig>2007-08-13 05:24:26 +0000
commit1bac397e1a48d6a677242dc86aef564828866c71 (patch)
treeb8873df30ac8ef4abea12c326e300a7abe980592 /mk/bsd.pkg.mk
parent51f072af955d3b671449178c638d046f795065e8 (diff)
downloadpkgsrc-1bac397e1a48d6a677242dc86aef564828866c71.tar.gz
build-env is no longer defined in bsd.pkg.debug.mk.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 51986a6c7af..551bcc03931 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1919 2007/08/13 05:22:37 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1920 2007/08/13 05:24:26 rillig Exp $
#
# This file is in the public domain.
#
@@ -836,7 +836,7 @@ ${_MAKEVARS_MK.${_phase_}}: ${WRKDIR}
. include "${.PARSEDIR}/misc/developer.mk"
.endif
.include "${.PARSEDIR}/misc/show.mk"
-.if make(debug) || make(build-env)
+.if make(debug)
. include "${.PARSEDIR}/bsd.pkg.debug.mk"
.endif
.if make(help)