diff options
author | rillig <rillig> | 2005-11-17 00:28:48 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-17 00:28:48 +0000 |
commit | 3ccca11d0f2d1c0da8d57dd8f057e86aba60d099 (patch) | |
tree | 5b242fba6d0d67b9aa4a62ffe246f3a4b2f6f153 | |
parent | 2e7bd10ba42443814df0d70142fca8ac59aee729 (diff) | |
download | pkgsrc-3ccca11d0f2d1c0da8d57dd8f057e86aba60d099.tar.gz |
Clarified the wording of the comment regarding the use of ".if" and ".for"
in MAKECONF.
-rw-r--r-- | mk/defaults/mk.conf | 7 |
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. |