summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-11 06:57:20 +0000
committerngie <ngie@FreeBSD.org>2015-02-11 06:57:20 +0000
commitb7391dae4ae82148a179e853c782b7da6f441b70 (patch)
tree7fe6c7713007ae7e7d09e79bb3e6c5a725729d69 /usr.bin/Makefile
parent8eb333920f0dab3cea27c1e6f71a65b6554f016e (diff)
downloadFreeBSD-src-b7391dae4ae82148a179e853c782b7da6f441b70.zip
FreeBSD-src-b7391dae4ae82148a179e853c782b7da6f441b70.tar.gz
MFC r277663:
r277663: Add MK_EE knob to control installing edit, ee, etc Sponsored by: EMC / Isilon Storage Division
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