summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-07 21:55:44 +0000
committerjlam <jlam@pkgsrc.org>2007-09-07 21:55:44 +0000
commit5073c3d95dd37e5945c2a97df6abeb0ab1387f94 (patch)
treeff0c089399e086cc93978efdca1b4228d64d1465 /mk/bsd.pkg.mk
parentb6731304f5a75eeb5e22474014b38717f3a385bb (diff)
downloadpkgsrc-5073c3d95dd37e5945c2a97df6abeb0ab1387f94.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.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 1fd1e225450..6033993a66b 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1923 2007/09/07 15:51:53 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1924 2007/09/07 21:55:44 jlam Exp $
#
# This file is in the public domain.
#
@@ -25,6 +25,8 @@
. include "${.PARSEDIR}/emulator/emulator.mk"
.endif
+.include "${.PARSEDIR}/features/features.mk"
+
.include "${.PARSEDIR}/flavor/bsd.flavor-vars.mk"
.include "${.PARSEDIR}/check/bsd.check-vars.mk"
.include "${.PARSEDIR}/depends/bsd.depends-vars.mk"