summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 12855e1..224f3e7 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -38,7 +38,6 @@ SUBDIR= alias \
dirname \
dpv \
du \
- ee \
elf2aout \
elfdump \
enigma \
@@ -232,6 +231,10 @@ SUBDIR+= calendar
_clang= clang
.endif
+.if ${MK_EE} != "no"
+SUBDIR+= ee
+.endif
+
.if ${MK_GPL_DTC} != "yes"
SUBDIR+= dtc
.endif
OpenPOWER on IntegriCloud