summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-17 00:28:48 +0000
committerrillig <rillig@pkgsrc.org>2005-11-17 00:28:48 +0000
commit90eabe87dc5ce22bcee8155cb54330a145682dff (patch)
tree5b242fba6d0d67b9aa4a62ffe246f3a4b2f6f153 /mk
parent5eda0bffd9ba09e1d1a757d059cbd673e6db097b (diff)
downloadpkgsrc-90eabe87dc5ce22bcee8155cb54330a145682dff.tar.gz
Clarified the wording of the comment regarding the use of ".if" and ".for"
in MAKECONF.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 8f3eabdd6b3..b859b9bc10f 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.93 2005/11/17 00:24:12 rillig Exp $
+# $NetBSD: mk.conf,v 1.94 2005/11/17 00:28:48 rillig Exp $
#
# This file provides default values for variables that may be overridden
@@ -7,8 +7,9 @@
# See the NetBSD mk.conf(5) and packages(7) manual page for a full
# description of all available options.
#
-# Note: This file is included after the MAKECONF file, so you cannot use
-# the values of this file in Makefile directives like ".if" or ".for".
+# Note: This file is included after the MAKECONF file, so you cannot query
+# these default values in the MAKECONF using the ".if" and ".for"
+# preprocessing directives.
# ************************************************************************
# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.