summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-02-04 10:24:40 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-02-04 10:24:40 +0000
commitc7b6816fa9c3d3237052d8756012c131dfbbd8b0 (patch)
treea299f8553392b827e124e5d8453bcc20a005c3af /usr.bin/Makefile
parent11981695fc234f86e6befc35f68303d49b032d97 (diff)
downloadsrc-test2-c7b6816fa9c3d3237052d8756012c131dfbbd8b0.tar.gz
src-test2-c7b6816fa9c3d3237052d8756012c131dfbbd8b0.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 70e131685aec..618170c58d43 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