summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-07 21:55:44 +0000
committerjlam <jlam>2007-09-07 21:55:44 +0000
commite171b3e72c0ce464b861171360ced4827f067d10 (patch)
treeff0c089399e086cc93978efdca1b4228d64d1465 /mk/bsd.prefs.mk
parent88064aaf4d9ccb63d9f73d078893ec38e9ce1223 (diff)
downloadpkgsrc-e171b3e72c0ce464b861171360ced4827f067d10.tar.gz
Add a "system features" framework that will eventually be used to
automatically supply missing "basic" headers and libraries from an older system, e.g. IRIX 5.x or Interix or AIX, etc. Example usage: USE_FEATURES+= snprintf glob regex For now, we just pull in libnbcompat to supply the missing bits.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 0c3a0201343..714e6c72c22 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.265 2007/08/17 20:27:30 joerg Exp $
+# $NetBSD: bsd.prefs.mk,v 1.266 2007/09/07 21:55:44 jlam Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -619,6 +619,9 @@ PREPEND_PATH+= ${LOCALBASE}/bin
. include "${PKGSRCDIR}/mk/emulator/emulator-vars.mk"
.endif
+# System features framework
+.include "${PKGSRCDIR}/mk/features/features-vars.mk"
+
# Package system flavor definitions
.include "${PKGSRCDIR}/mk/flavor/bsd.flavor-vars.mk"