Add CROSSBASE.
This commit is contained in:
parent
e782437775
commit
0f64486f1a
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mk.conf.example,v 1.20 1998/07/31 14:56:46 tv Exp $
|
||||
# $NetBSD: mk.conf.example,v 1.21 1998/08/12 02:54:30 tv Exp $
|
||||
#
|
||||
# Sample /etc/mk.conf file, which can be used to set specific values
|
||||
# for building either NetBSD or some of the NetBSD packages collection
|
||||
|
@ -17,6 +17,10 @@ MANZ= 1 # gzip manual pages at installation time
|
|||
# Possible: any path
|
||||
# Default: /usr/pkg
|
||||
|
||||
#CROSSBASE= /usr/pkg/cross # Where "cross" category packages install
|
||||
# Possible: any path
|
||||
# Default: ${LOCALBASE}/cross
|
||||
|
||||
#X11BASE= /usr/X11R6 # Where X11 is installed on the system
|
||||
# (and the default install path of X11 pkgs)
|
||||
# Possible: any path
|
||||
|
|
Loading…
Reference in a new issue