summaryrefslogtreecommitdiff
path: root/mk/features/features.mk
diff options
context:
space:
mode:
authortnn <tnn>2008-01-14 23:06:26 +0000
committertnn <tnn>2008-01-14 23:06:26 +0000
commit749d5042a58b006e32db3961fcfeadf0291a680d (patch)
treef7923f833c592f65ef1d8c723da3de616a2165d8 /mk/features/features.mk
parent185465e9135f877077ccbcdb6098e1ab6290f687 (diff)
downloadpkgsrc-749d5042a58b006e32db3961fcfeadf0291a680d.tar.gz
Make setenv(3) a libnbcompat-provided feature.
Diffstat (limited to 'mk/features/features.mk')
-rw-r--r--mk/features/features.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/features/features.mk b/mk/features/features.mk
index 0168305054f..725af3cd1d1 100644
--- a/mk/features/features.mk
+++ b/mk/features/features.mk
@@ -1,4 +1,4 @@
-# $NetBSD: features.mk,v 1.5 2007/11/20 17:49:49 rillig Exp $
+# $NetBSD: features.mk,v 1.6 2008/01/14 23:06:26 tnn Exp $
#
# This file is included by bsd.pkg.mk.
#
@@ -36,7 +36,7 @@ LIBS+= ${FEATURE_LIBS}
# libnbcompat provides many of the current features.
#
_FEATURE_USE_NBCOMPAT?= no
-. for f in asprintf err fts_close fts_open fts_read fts_set getopt_long glob nbcompat regcomp snprintf utimes vsnprintf warn
+. for f in asprintf err fts_close fts_open fts_read fts_set getopt_long glob nbcompat regcomp setenv snprintf utimes vsnprintf warn
. if !empty(MISSING_FEATURES:M${f})
_FEATURE_USE_NBCOMPAT= yes
. endif