aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2015-10-02 10:08:11 +0000
committerColin Percival <cperciva@FreeBSD.org>2015-10-02 10:08:11 +0000
commit6ae1554a5d9b318f8ad53ccc39fa5a961403da73 (patch)
tree0bbcb3f392def57bae56978c0da09362f7d6b426 /usr.bin/Makefile
parentd58b610faa4552666982078efafd542171304865 (diff)
Notes
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index faabe6714bce..4f8a36b9cfe2 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -230,6 +230,18 @@ SUBDIR+= finger
SUBDIR+= ftp
.endif
+.if ${MK_GAMES} != "no"
+SUBDIR+= caesar
+SUBDIR+= factor
+SUBDIR+= fortune
+SUBDIR+= grdc
+SUBDIR+= morse
+SUBDIR+= number
+SUBDIR+= pom
+SUBDIR+= primes
+SUBDIR+= random
+.endif
+
.if ${MK_GPL_DTC} != "yes"
SUBDIR+= dtc
.endif