From e0518d17d1078b6794bd05c3e7c1c6d855569fdf Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sat, 26 Sep 2015 14:26:08 +0000 Subject: [PATCH] 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 --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 03f69c106296..533dfa8d0ad6 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -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