pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Added a comment that <bsd.own.mk> includes MAKECONF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afbee2cf735f
branches:  trunk
changeset: 502879:afbee2cf735f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 10 09:09:26 2005 +0000

description:
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:

 mk/bsd.prefs.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5a7b4dfbeb48 -r afbee2cf735f mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Thu Nov 10 09:06:02 2005 +0000
+++ b/mk/bsd.prefs.mk   Thu Nov 10 09:09:26 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index