diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 455decfa9bc..2e78dd870ee 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.217 2001/06/04 19:40:52 jtb Exp $ +# $NetBSD: mk.conf.example,v 1.218 2001/06/04 20:01:02 jtb Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -188,6 +188,9 @@ #ACCEPTABLE_LICENSES+= nntpclnt-license # Enable it if you accept the license terms for nntpclnt # and would like to build nntpclnt. see pkgsrc/time/nntpclnt. +#ACCEPTABLE_LICENSES+= trn-license +# Enable it if you accept the license terms for trn +# and would like to build trn. see pkgsrc/time/trn. #SPECIFIC_PKGS= # Don't use the default of all packages (from the top-level of the |