diff options
-rw-r--r-- | mk/defaults/mk.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index a1e8ac3182b..9d9987cbf04 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.144 2007/01/02 17:56:52 rillig Exp $ +# $NetBSD: mk.conf,v 1.145 2007/01/08 09:52:17 rillig Exp $ # # This file provides default values for variables that may be overridden @@ -193,6 +193,8 @@ PREFER_NATIVE_PTHREADS?= yes # build here instead of in pkgsrc # Possible: any path # Default: not defined +# +# Keywords: work tmp LOCALBASE?= /usr/pkg # This is the base directory where all packages will be installed. |