summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-05-15 18:41:12 +0000
committerbdrewery <bdrewery@FreeBSD.org>2017-05-15 18:41:12 +0000
commit60604a2c5e0a093503dd49542afcf9e3b586ea7c (patch)
treebceba5e14cbd36781077c576438c1f583fd04e75 /usr.bin
parenta39dc8ea03bb0073c01b746fd6b03af67c3fbdbf (diff)
downloadFreeBSD-src-60604a2c5e0a093503dd49542afcf9e3b586ea7c.zip
FreeBSD-src-60604a2c5e0a093503dd49542afcf9e3b586ea7c.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 f8083ac..25a8e41 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -403,6 +403,12 @@ SUBDIR+= who
SUBDIR+= svn
.endif
+# 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}
OpenPOWER on IntegriCloud