summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-26 14:26:08 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-26 14:26:08 +0000
commite0518d17d1078b6794bd05c3e7c1c6d855569fdf (patch)
tree5c25916935dca9532242362dac5af8ea9ac89224 /usr.sbin
parent79975403f0ad8b40975ba84c3fa702599d938a5e (diff)
downloadFreeBSD-src-e0518d17d1078b6794bd05c3e7c1c6d855569fdf.zip
FreeBSD-src-e0518d17d1078b6794bd05c3e7c1c6d855569fdf.tar.gz
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
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 03f69c1..533dfa8 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
OpenPOWER on IntegriCloud