diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-19 14:47:27 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-19 14:47:27 +0000 |
commit | edb5139d54fe8586aea396ed1acfe6d2e8105319 (patch) | |
tree | 382b9d70239d60a027afa4e637ba9e3d8ed9e2e8 /mk | |
parent | 5010ec768b0f9a5c311168ecf98f14ad7ca0eec4 (diff) | |
download | pkgsrc-edb5139d54fe8586aea396ed1acfe6d2e8105319.tar.gz |
provide BULK_PREREQ example
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 56aacd69844..d3cfdd8eefd 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.181 2001/03/14 12:58:52 wiz Exp $ +# $NetBSD: mk.conf.example,v 1.182 2001/03/19 14:47:27 dmcmahill Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -325,6 +325,15 @@ # Possible: defined, not defined # Default: not defined +#BULK_PREREQ= +# Used during bulk package builds. Packages listed in this variable are +# assumed to be required to build all packages. Only a very limited number +# of packages belong in this variable. An example of an appropriate package +# is pkgtools/xpkgwedge. Currently pkgtools/digest is always added to this +# list. +# Possible: category/pkg +# Default: not defined + #CCLIENT_MBOX_FMT= mbx # Used in imap-uw to set the default format used by c-client programs for new # mailbox creation. Check the UW IMAP documentation for more details |