From 6ae1554a5d9b318f8ad53ccc39fa5a961403da73 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Fri, 2 Oct 2015 10:08:11 +0000 Subject: 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 --- Makefile.inc1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.inc1') 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" -- cgit v1.2.3