summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-04 10:24:40 +0000
committerngie <ngie@FreeBSD.org>2015-02-04 10:24:40 +0000
commit2b57c9213c5bf488689235ddd9417c12afd845d9 (patch)
treea299f8553392b827e124e5d8453bcc20a005c3af /usr.bin/Makefile
parent06520f16ddc1b2578445c56c8e6484021f46b872 (diff)
downloadFreeBSD-src-2b57c9213c5bf488689235ddd9417c12afd845d9.zip
FreeBSD-src-2b57c9213c5bf488689235ddd9417c12afd845d9.tar.gz
Add MK_FILE to control whether or not to build file(1), libmagic(3), etc
MFC after: 2 weeks 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 70e1316..618170c 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -48,7 +48,6 @@ SUBDIR= ${_addr2line} \
expand \
false \
fetch \
- file \
find \
fmt \
fold \
@@ -246,6 +245,10 @@ _size= size
_strings= strings
.endif
+.if ${MK_FILE} != "no"
+SUBDIR+= file
+.endif
+
.if ${MK_FINGER} != "no"
SUBDIR+= finger
.endif
OpenPOWER on IntegriCloud