diff options
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index dfe22f0ad58..99ce3478b3a 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.284 2008/06/12 01:09:02 joerg Exp $ +# $NetBSD: bsd.prefs.mk,v 1.285 2008/06/16 15:10:48 joerg Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -358,6 +358,9 @@ PKGDIRMODE?= 755 # only purpose is to depend on other packages, giving that collection # a simple name. # +# This variable must be set before including bsd.prefs.mk directly or +# indirectly. +# # Keywords: meta meta-package META_PACKAGE # .if defined(META_PACKAGE) |