Hookup mkcsmapper_static and mkesdb_static for all but install.

These are only handled as 'build-tools' in Makefile.inc1.  This causes
'make clean' from the top of the tree to not clean the directories.  It also
effectively has kept them disconnected and risks them bitrotting.  The
buildworld process never cleans them either.

Connect them so they will always be built, cleaned, etc, but never installed.

Discussed with:	imp (briefly)
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2015-09-26 14:26:08 +00:00
parent 79975403f0
commit e0518d17d1

View File

@ -157,7 +157,7 @@ SUBDIR+= fdwrite
SUBDIR+= mtree
.endif
.if ${MK_FREEBSD_UPDATE} != "no"
.if ${MK_FREEBSD_UPDATE} != "no" && ${MK_RCS} != "no"
SUBDIR+= freebsd-update
.endif