summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
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