summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-10 09:09:26 +0000
committerrillig <rillig@pkgsrc.org>2005-11-10 09:09:26 +0000
commitea2aee6dc08a057d70a86d8192e51e95a1311e86 (patch)
tree4bf21b08d5aecb3577edb89a7bf7fda59500a809 /mk/bsd.prefs.mk
parent3ff345fde79dec9858129b88493dd2d9310c0c4f (diff)
downloadpkgsrc-ea2aee6dc08a057d70a86d8192e51e95a1311e86.tar.gz
Added a comment that <bsd.own.mk> includes MAKECONF or /etc/mk.conf, so
that a "grep -wr mk\\.conf" will show the user where to find more information.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 7aa101dadb1..e236e4c9898 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.204 2005/11/09 01:06:48 reed Exp $
+# $NetBSD: bsd.prefs.mk,v 1.205 2005/11/10 09:09:26 rillig Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -229,6 +229,7 @@ MAKE_ENV+= USETOOLS=no
OBJECT_FMT?= Mach-O
.endif
+# Load the settings from MAKECONF, which is /etc/mk.conf by default.
.include <bsd.own.mk>
# /usr/share/mk/bsd.own.mk on NetBSD 1.3 does not define OBJECT_FMT