diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-29 08:53:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-29 08:53:14 +0000 |
commit | d5f54df3cebf0797ae18cc7a23f281144e47af43 (patch) | |
tree | e01f10cc6f4373e6e4b2e4caf557a3bc2a16830b /mk/features/features-vars.mk | |
parent | 41f9ca8255c232746a8d5034ee4675f6e9256be1 (diff) | |
download | pkgsrc-d5f54df3cebf0797ae18cc7a23f281144e47af43.tar.gz |
Added more keywords.
Diffstat (limited to 'mk/features/features-vars.mk')
-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 |