From d58b075701a35e4454aa8d3901c2ab0d2f1eb35b Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Fri, 7 Jun 2013 19:45:04 +0000 Subject: [PATCH] Override bmake's default MAKEFILE_PREFERENCE --- share/mk/sys.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 74cac6082d63..04294ac60d1f 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -334,7 +334,7 @@ OBJFORMAT?= elf .MAKE.EXPAND_VARIABLES= yes # Tell bmake the makefile preference -.MAKE.MAKEFILE_PREFERENCE?= BSDmakefile makefile Makefile +.MAKE.MAKEFILE_PREFERENCE= BSDmakefile makefile Makefile .if !defined(.PARSEDIR) # We are not bmake, which is more aggressive about searching .PATH