summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-08-09 06:59:16 +0000
committerdd <dd@FreeBSD.org>2001-08-09 06:59:16 +0000
commita563cdb5be3b49230df8e072710a5ac6dbe7edd8 (patch)
tree24a6cda902002df4c8584ec34155b314d6d1bc76 /share/doc
parent05ca6abd65ef08443f471ab674224faf7e0037b8 (diff)
downloadFreeBSD-src-a563cdb5be3b49230df8e072710a5ac6dbe7edd8.zip
FreeBSD-src-a563cdb5be3b49230df8e072710a5ac6dbe7edd8.tar.gz
Don't build/install game-related documents when building with NOGAMES.
This fixes buildworld when src/games doesn't exist (this may not be "officially" supported, but there's no sense in making it harder for somebody that wants to do it). PR: 29162 Submitted by: Stewart Morgan <stewart@nameless-uk.com>
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/usd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile
index 5424e86..d82479b 100644
--- a/share/doc/usd/Makefile
+++ b/share/doc/usd/Makefile
@@ -10,6 +10,10 @@
# 14.jove
SUBDIR= title contents 04.csh 07.mail 10.exref 11.vitut 12.vi 13.viref \
- 18.msdiffs 19.memacros 20.meref 30.rogue 31.trek
+ 18.msdiffs 19.memacros 20.meref
+
+.if !defined(NOGAMES)
+SUBDIR+=30.rogue 31.trek
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud