summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2010-05-19 09:12:15 +0000
committersbd <sbd@pkgsrc.org>2010-05-19 09:12:15 +0000
commit22bbfb7a5be713d3a8c4e4a6e6e20251b408af94 (patch)
tree655898d2a56fe6f792580d4592fcf0753b311a74 /mk/bsd.prefs.mk
parent5499111f672dd55011df6a19a3289d4eba91400e (diff)
downloadpkgsrc-22bbfb7a5be713d3a8c4e4a6e6e20251b408af94.tar.gz
Add BUILTIN_PKGS with the "builtin" package names to the build information.
E.g if readline 6.0 and ncurses 5.7 are part of the system we get: BUILTIN_PKGS=readline-6.0 ncurses-5.7
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 71eb919a6fb..3093b846b93 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.309 2010/04/30 03:29:55 sbd Exp $
+# $NetBSD: bsd.prefs.mk,v 1.310 2010/05/19 09:12:15 sbd Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -637,6 +637,7 @@ FILESDIR?= ${.CURDIR}/files
PKGDIR?= ${.CURDIR}
_PKGSRC_DEPS?= # empty
+_BUILTIN_PKGS?= # empty
# If WRKOBJDIR is set, use that tree to build
.if defined(WRKOBJDIR)