summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-03-01 22:07:54 +0000
committerngie <ngie@FreeBSD.org>2015-03-01 22:07:54 +0000
commit0625beb8de1c92c92b9a71b50d566b21604c1b35 (patch)
tree96a8ccf0f7b5b35e19e643b5fc4a1f55a0825d26 /usr.bin
parentde8fb43ec92b1b420147d22f7a048a179f90fa76 (diff)
downloadFreeBSD-src-0625beb8de1c92c92b9a71b50d566b21604c1b35.zip
FreeBSD-src-0625beb8de1c92c92b9a71b50d566b21604c1b35.tar.gz
MFC r278193:
Add MK_FILE to control whether or not to build file(1), libmagic(3), etc Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 785fdd6..0682183 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -45,7 +45,6 @@ SUBDIR= alias \
expand \
false \
fetch \
- file \
find \
fmt \
fold \
@@ -230,6 +229,10 @@ _clang= clang
SUBDIR+= ee
.endif
+.if ${MK_FILE} != "no"
+SUBDIR+= file
+.endif
+
.if ${MK_FINGER} != "no"
SUBDIR+= finger
.endif
OpenPOWER on IntegriCloud