aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 10:36:54 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 10:36:54 +0000
commit39a855c2a172e19ec53d22a94f308bbf259dfcf7 (patch)
treedb118a51eb5404b480fca0516f1ffbb986b82617 /Makefile.inc1
parenta216173556ede5d21d5157db945767a08201aae1 (diff)
downloadsrc-39a855c2a172e19ec53d22a94f308bbf259dfcf7.tar.gz
src-39a855c2a172e19ec53d22a94f308bbf259dfcf7.zip
NOGAMES -> NO_GAMES
Notes
Notes: svn path=/head/; revision=139114
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index d5f33e959d37..5bb9b1da9ed2 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -10,7 +10,7 @@
# -DNO_CRYPT will prevent building of crypt versions
# -DNO_MAN do not build the manual pages
# -DNO_PROFILE do not build profiled libraries
-# -DNOGAMES do not go into games subdir
+# -DNO_GAMES do not go into games subdir
# -DNOSHARE do not go into share subdir
# -DNO_INFO do not make or install info files
# -DNO_LIBC_R do not build libc_r.
@@ -45,7 +45,7 @@
# We must do etc last for install/distribute to work.
#
SUBDIR= share/info include lib libexec bin
-.if !defined(NOGAMES)
+.if !defined(NO_GAMES)
SUBDIR+=games
.endif
SUBDIR+=gnu
@@ -798,7 +798,7 @@ legacy:
#
# bootstrap-tools: Build tools needed for compatibility
#
-.if !defined(NOGAMES)
+.if !defined(NO_GAMES)
_strfile= games/fortune/strfile
.endif