mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
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:
parent
e896c344fb
commit
c57228a61a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81347
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user