diff options
author | rillig <rillig> | 2007-11-29 08:53:14 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-29 08:53:14 +0000 |
commit | 8d7be8342020cf176628cab82bd1ee85cec5b94b (patch) | |
tree | e01f10cc6f4373e6e4b2e4caf557a3bc2a16830b /mk/features | |
parent | 1f5f8539064fbaf56d0794ff325666789d1d8030 (diff) | |
download | pkgsrc-8d7be8342020cf176628cab82bd1ee85cec5b94b.tar.gz |
Added more keywords.
Diffstat (limited to 'mk/features')
-rw-r--r-- | mk/features/features-vars.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mk/features/features-vars.mk b/mk/features/features-vars.mk index 777ba95b531..cff7bdcf9f7 100644 --- a/mk/features/features-vars.mk +++ b/mk/features/features-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: features-vars.mk,v 1.13 2007/11/20 18:21:03 rillig Exp $ +# $NetBSD: features-vars.mk,v 1.14 2007/11/29 08:53:14 rillig Exp $ # # The platforms that are supported by pkgsrc differ in the amount of # functions they provide in the C library (libc). Functions that are @@ -57,8 +57,10 @@ # current system. Also includes "inet6" if the system doesn't # support IPv6. # -# Keywords: feature features -# +# Keywords: feature features asprintf vasprintf err errx warn warnx +# Keywords: fts fts_open fts_read fts_set fts_close getopt_long +# Keywords: getprogname setprogname glob regcomp snprintf vsnprintf +# Keywords: utimes libnbcompat nbcompat _VARGROUPS+= features _USER_VARS.features= # none |