Redo r288270: Hookup mkcsmapper_static and mkesdb_static for 'make clean'

These are only built as part of the top-level 'build-tools' call for
'make buildworld'.  They still need to be cleaned during the 'make clean'
treewalks though.

Reported by:	markj
MFC after:	2 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-05-01 19:34:15 +00:00
parent d618624cbd
commit 9f665e12ce

View File

@ -301,6 +301,12 @@ SUBDIR.${MK_UTMPX}+= who
SUBDIR.${MK_SVN}+= svn
SUBDIR.${MK_SVNLITE}+= svn
# These are normally only handled for build-tools.
.if make(clean*)
SUBDIR+= mkcsmapper_static
SUBDIR+= mkesdb_static
.endif
.include <bsd.arch.inc.mk>
SUBDIR:= ${SUBDIR:O:u}