summaryrefslogtreecommitdiffstats
path: root/share
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 /share
parentf4c44b761bde292694f67f1836472277a25fcb75 (diff)
downloadFreeBSD-src-f6f82226303669a0913de71310950aeae884084b.zip
FreeBSD-src-f6f82226303669a0913de71310950aeae884084b.tar.gz
NOGAMES -> NO_GAMES
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf2
-rw-r--r--share/man/man5/make.conf.52
-rw-r--r--share/mk/bsd.compat.mk1
3 files changed, 3 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 827bc27..298e45a 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -115,7 +115,7 @@
#NO_CXX= # do not build C++ and friends
#NO_DYNAMICROOT= # do not link /bin and /sbin dynamically
#NO_FORTRAN= # do not build g77 and related libraries
-#NOGAMES= # do not build games (games/ subdir)
+#NO_GAMES= # do not build games (games/ subdir)
#NO_GDB= # do not build GDB
#NO_I4B= # do not build isdn4bsd package
#NOINET6= # do not build IPv6 related programs and libraries
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 04afb73..f890524 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -538,7 +538,7 @@ instead of
.It Va NO_CRYPT
.Pq Vt bool
Set to not build any crypto code.
-.It Va NOGAMES
+.It Va NO_GAMES
.Pq Vt bool
Set to not build games.
.It Va NO_INFO
diff --git a/share/mk/bsd.compat.mk b/share/mk/bsd.compat.mk
index 80fc062..fc1726f 100644
--- a/share/mk/bsd.compat.mk
+++ b/share/mk/bsd.compat.mk
@@ -7,6 +7,7 @@
NODOCCOMPRESS:NO_DOCCOMPRESS \
NOEXTRADEPEND:NO_EXTRADEPEND \
NOFSCHG:NO_FSCHG \
+ NOGAMES:NO_GAMES \
NOINFO:NO_INFO \
NOINFOCOMPRESS:NO_INFOCOMPRESS \
NOINSTALLLIB:NO_INSTALLLIB \
OpenPOWER on IntegriCloud