summaryrefslogtreecommitdiff
path: root/Makefile.inc1
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 /Makefile.inc1
parentd58b610faa4552666982078efafd542171304865 (diff)
downloadsrc-test2-6ae1554a5d9b318f8ad53ccc39fa5a961403da73.tar.gz
src-test2-6ae1554a5d9b318f8ad53ccc39fa5a961403da73.zip
Final step of eliminating the "games" distribution: Merge src/games
(or what's left of it, at least) into src/usr.bin. This change will not be MFCed. Discussed at: EuroBSDCon 2014 Committed from: EuroBSDCon 2015
Notes
Notes: svn path=/head/; revision=288485
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 24f466cdc9bf..389950cdf046 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -61,9 +61,6 @@ SUBDIR= ${SUBDIR_OVERRIDE}
.else
SUBDIR= lib libexec
SUBDIR+=bin
-.if ${MK_GAMES} != "no"
-SUBDIR+=games
-.endif
.if ${MK_CDDL} != "no"
SUBDIR+=cddl
.endif
@@ -1285,7 +1282,7 @@ legacy:
_bt= _bootstrap-tools
.if ${MK_GAMES} != "no"
-_strfile= games/fortune/strfile
+_strfile= usr.bin/fortune/strfile
.endif
.if ${MK_GCC} != "no" && ${MK_CXX} != "no"