summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-10 09:09:26 +0000
committerrillig <rillig>2005-11-10 09:09:26 +0000
commit1b62d17c7cb974e4ace81cb8f7c7079596d3d6e4 (patch)
tree4bf21b08d5aecb3577edb89a7bf7fda59500a809 /mk/bsd.prefs.mk
parent9fe487734fc73f9c6d6bf37229f46396b76cf697 (diff)
downloadpkgsrc-1b62d17c7cb974e4ace81cb8f7c7079596d3d6e4.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