diff options
-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 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} |