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
This commit is contained in:
parent
d58b610faa
commit
6ae1554a5d
@ -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"
|
||||
|
@ -1,21 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
SUBDIR= \
|
||||
caesar \
|
||||
factor \
|
||||
fortune \
|
||||
grdc \
|
||||
morse \
|
||||
number \
|
||||
pom \
|
||||
primes \
|
||||
random \
|
||||
${_tests}
|
||||
|
||||
.if ${MK_TESTS} != "no"
|
||||
_tests= tests
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
@ -1,6 +0,0 @@
|
||||
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
||||
# $FreeBSD$
|
||||
|
||||
BINDIR?= /usr/bin
|
||||
FILESDIR?= ${SHAREDIR}/games
|
||||
WARNS?= 6
|
@ -1,10 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/games
|
||||
|
||||
.PATH: ${.CURDIR:H:H}/tests
|
||||
KYUAFILE= yes
|
||||
|
||||
.include <bsd.test.mk>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user