summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 6667ec8..44408ba 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -61,6 +61,7 @@ SUBDIR= alias \
gzip \
head \
hexdump \
+ ${_iconv} \
id \
ipcrm \
ipcs \
@@ -98,7 +99,9 @@ SUBDIR= alias \
mesg \
minigzip \
ministat \
+ ${_mkcsmapper} \
mkdep \
+ ${_mkesdb} \
mkfifo \
mklocale \
mktemp \
@@ -239,6 +242,12 @@ _clang= clang
SUBDIR+= hesinfo
.endif
+.if ${MK_ICONV} != "no"
+_iconv= iconv
+_mkcsmapper= mkcsmapper
+_mkesdb= mkesdb
+.endif
+
.if ${MK_GROFF} != "no"
SUBDIR+= vgrind
.endif
OpenPOWER on IntegriCloud