diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2017-05-15 18:41:12 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2017-05-15 18:41:12 +0000 |
commit | 60604a2c5e0a093503dd49542afcf9e3b586ea7c (patch) | |
tree | bceba5e14cbd36781077c576438c1f583fd04e75 /usr.bin | |
parent | a39dc8ea03bb0073c01b746fd6b03af67c3fbdbf (diff) | |
download | FreeBSD-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/Makefile | 6 |
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} |