summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-05-01 19:34:15 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-05-01 19:34:15 +0000
commit9f665e12ce05fddd94d50190fce2f9dadeab0ab0 (patch)
tree83047c31fd5e39e9e19df83a67ec37433515f907 /usr.bin/Makefile
parentd618624cbdc7c800b7ba36749ea20b74e4771d46 (diff)
downloadsrc-test-9f665e12ce05fddd94d50190fce2f9dadeab0ab0.tar.gz
src-test-9f665e12ce05fddd94d50190fce2f9dadeab0ab0.zip
Redo r288270: Hookup mkcsmapper_static and mkesdb_static for 'make clean'
These are only built as part of the top-level 'build-tools' call for 'make buildworld'. They still need to be cleaned during the 'make clean' treewalks though. Reported by: markj MFC after: 2 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=317658
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index db6b22c37e56a..87affa429cd64 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -301,6 +301,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}