1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Honor MK_FILE

This commit is contained in:
Enji Cooper 2014-11-30 00:49:24 +00:00
parent 2ca503d328
commit de93d1a1f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275289

View File

@ -46,7 +46,6 @@ SUBDIR= alias \
expand \
false \
fetch \
file \
find \
fmt \
fold \
@ -234,6 +233,10 @@ _clang= clang
SUBDIR+= ee
.endif
.if ${MK_FILE} != "no"
SUBDIR+= file
.endif
.if ${MK_FINGER} != "no"
SUBDIR+= finger
.endif