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:
parent
d618624cbd
commit
9f665e12ce
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user