diff options
| -rw-r--r-- | usr.bin/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index faabe6714bce..f8cc5c5088b7 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -401,6 +401,13 @@ SUBDIR+= who SUBDIR+= svn .endif +# These are normally only handled for build-tools. Connect them for +# all but installing to keep them reasonably connected. +.if !make(install) +SUBDIR+= mkcsmapper_static +SUBDIR+= mkesdb_static +.endif + .include <bsd.arch.inc.mk> SUBDIR:= ${SUBDIR:O} |
