summaryrefslogtreecommitdiffstats
path: root/share/doc/usd/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-20 07:20:20 +0000
committerru <ru@FreeBSD.org>2002-05-20 07:20:20 +0000
commit467eed750b73f87c292ca4952193e462cd4d2329 (patch)
tree274636472bdc58c51b2a35991fb90c060fcaf711 /share/doc/usd/Makefile
parente5bc175e13a93c0f54a2855cef1600ea243503b2 (diff)
downloadFreeBSD-src-467eed750b73f87c292ca4952193e462cd4d2329.zip
FreeBSD-src-467eed750b73f87c292ca4952193e462cd4d2329.tar.gz
Check that src/games exists in a less error-prone way.
PR: misc/38292
Diffstat (limited to 'share/doc/usd/Makefile')
-rw-r--r--share/doc/usd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile
index 9f5d878..027937a 100644
--- a/share/doc/usd/Makefile
+++ b/share/doc/usd/Makefile
@@ -7,7 +7,7 @@
SUBDIR= title contents 04.csh 07.mail 10.exref 11.vitut 12.vi 13.viref \
18.msdiffs 19.memacros 20.meref 22.trofftut
-.if !defined(NOGAMES)
+.if exists(${.CURDIR}/../../../games) && !defined(NOGAMES)
SUBDIR+=30.rogue 31.trek
.endif
OpenPOWER on IntegriCloud