diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-08-09 06:59:16 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-08-09 06:59:16 +0000 |
| commit | c57228a61a59f243aabbbe4a4fb8c8ea09891797 (patch) | |
| tree | 24a6cda902002df4c8584ec34155b314d6d1bc76 | |
| parent | e896c344fb8b3bf51aa7b86aa9186a03987385cc (diff) | |
Notes
| -rw-r--r-- | share/doc/usd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile index 5424e865ef5f..d82479bf7e9c 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> |
