summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-25 00:03:44 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-25 00:03:44 +0000
commit79a86dafb7ed506794a640c2806474692793560b (patch)
tree56ec8a590d791e0fa8f8d27317e5f2c61413e294 /usr.bin/Makefile
parent82b6caf97a4d152910de2c0b53a3ca81da8aad40 (diff)
downloadsrc-test2-79a86dafb7ed506794a640c2806474692793560b.tar.gz
src-test2-79a86dafb7ed506794a640c2806474692793560b.zip
Notes
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 2e54cdfaba09..7106db75e50a 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -40,7 +40,6 @@ SUBDIR= ${_addr2line} \
dirname \
dpv \
du \
- ee \
elf2aout \
${_elfcopy} \
elfdump \
@@ -240,6 +239,10 @@ SUBDIR+= calendar
_clang= clang
.endif
+.if ${MK_EE} != "no"
+SUBDIR+= ee
+.endif
+
.if ${MK_ELFTOOLCHAIN_TOOLS} != "no"
_addr2line= addr2line
_elfcopy= elfcopy