diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2015-10-02 10:08:11 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2015-10-02 10:08:11 +0000 |
| commit | 6ae1554a5d9b318f8ad53ccc39fa5a961403da73 (patch) | |
| tree | 0bbcb3f392def57bae56978c0da09362f7d6b426 /usr.bin/Makefile | |
| parent | d58b610faa4552666982078efafd542171304865 (diff) | |
Notes
Diffstat (limited to 'usr.bin/Makefile')
| -rw-r--r-- | usr.bin/Makefile | 12 |
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 |
