svn commit: r275289 - projects/building-blocks/usr.bin

Garrett Cooper ngie at FreeBSD.org
Sun Nov 30 00:49:25 UTC 2014


Author: ngie
Date: Sun Nov 30 00:49:24 2014
New Revision: 275289
URL: https://svnweb.freebsd.org/changeset/base/275289

Log:
  Honor MK_FILE

Modified:
  projects/building-blocks/usr.bin/Makefile

Modified: projects/building-blocks/usr.bin/Makefile
==============================================================================
--- projects/building-blocks/usr.bin/Makefile	Sun Nov 30 00:49:06 2014	(r275288)
+++ projects/building-blocks/usr.bin/Makefile	Sun Nov 30 00:49:24 2014	(r275289)
@@ -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


More information about the svn-src-projects mailing list