summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-03-02 20:33:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-03-02 20:33:56 +0000
commit917dfc80f3db4dbe6d91c1afe9ee2b28bd764a19 (patch)
tree3bf799f8e770c60be463e4fc219bc77dfe0b3178 /share/mk
parent070a020724caaf33ed3a60bac8d706231fe8d723 (diff)
variable name is SUBDIR, not SUBDIRS; from Amarendra Godbole
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.README6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index e13685bea4e..30d825203e3 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.40 2007/11/03 10:30:40 espie Exp $
+# $OpenBSD: bsd.README,v 1.41 2010/03/02 20:33:55 jmc Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -422,10 +422,10 @@ If foo has multiple source files, add the line:
The include file <bsd.subdir.mk> contains the default targets for building
subdirectories. It has the same eight targets as <bsd.prog.mk>: all,
clean, cleandir, depend, includes, install, lint, and tags. For all of
-the directories listed in the variable SUBDIRS, the specified directory
+the directories listed in the variable SUBDIR, the specified directory
will be visited and the target made. There is also a default target which
allows the command "make subdir" where subdir is any directory listed in
-the variable SUBDIRS.
+the variable SUBDIR.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=