summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-05-15 18:38:01 +0000
committerbdrewery <bdrewery@FreeBSD.org>2017-05-15 18:38:01 +0000
commitf01e7bdca8673da4c93750765c20f2446363910c (patch)
tree7029b710a1c940b9274f25efcd3441081ac80a2f /usr.bin
parent342be07f8c9aec2ad8c7a28030fa273c122fed58 (diff)
downloadFreeBSD-src-f01e7bdca8673da4c93750765c20f2446363910c.zip
FreeBSD-src-f01e7bdca8673da4c93750765c20f2446363910c.tar.gz
MFC r317658:
Redo r288270: Hookup mkcsmapper_static and mkesdb_static for 'make clean'
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index fdd14b6..ed68137 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -303,6 +303,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}
OpenPOWER on IntegriCloud