aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-09-26 14:28:04 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-09-26 14:28:04 +0000
commitcfac01438ad735e144f49db3a583809ba3368a6c (patch)
tree598c28f70c53dc3523474c479e45480d2495349d
parent5a1af1a0ac6acb5c828ced108b29cc61d40cc3b5 (diff)
Notes
-rw-r--r--usr.bin/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index faabe6714bce..f8cc5c5088b7 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -401,6 +401,13 @@ SUBDIR+= who
SUBDIR+= svn
.endif
+# These are normally only handled for build-tools. Connect them for
+# all but installing to keep them reasonably connected.
+.if !make(install)
+SUBDIR+= mkcsmapper_static
+SUBDIR+= mkesdb_static
+.endif
+
.include <bsd.arch.inc.mk>
SUBDIR:= ${SUBDIR:O}