summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 10:36:54 +0000
committerru <ru@FreeBSD.org>2004-12-21 10:36:54 +0000
commitf6f82226303669a0913de71310950aeae884084b (patch)
treedb118a51eb5404b480fca0516f1ffbb986b82617 /Makefile.inc1
parentf4c44b761bde292694f67f1836472277a25fcb75 (diff)
downloadFreeBSD-src-f6f82226303669a0913de71310950aeae884084b.zip
FreeBSD-src-f6f82226303669a0913de71310950aeae884084b.tar.gz
NOGAMES -> NO_GAMES
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 d5f33e9..5bb9b1d 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
OpenPOWER on IntegriCloud