diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 6f3be184a30..1acd1721346 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.141 2000/05/21 19:19:33 kim Exp $ +# $NetBSD: mk.conf.example,v 1.142 2000/06/08 16:00:44 wennmach Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -253,6 +253,10 @@ # Possible: not defined, YES # Default: not defined +#ARLA_CACHE= /var/cache +# Specifies the location of the cache used by arla. Should be on a local disk. +# Default: ${LOCALBASE}/cache + #BASH_STATIC= YES # Used in bash2 package to link it statically (for use as a root shell) # Possible: not defined, YES |