diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-05-01 19:34:15 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-05-01 19:34:15 +0000 |
| commit | 9f665e12ce05fddd94d50190fce2f9dadeab0ab0 (patch) | |
| tree | 83047c31fd5e39e9e19df83a67ec37433515f907 /usr.bin/Makefile | |
| parent | d618624cbdc7c800b7ba36749ea20b74e4771d46 (diff) | |
Notes
Diffstat (limited to 'usr.bin/Makefile')
| -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 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} |
