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>
This commit is contained in:
Dima Dorfman 2001-08-09 06:59:16 +00:00
parent e896c344fb
commit c57228a61a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81347

View File

@ -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>