Tell bmake to use the FreeBSD preferred makefile preference list.

PR:		177593
Reviewed by:	obrien
This commit is contained in:
Simon J. Gerraty 2013-04-03 16:20:21 +00:00
parent aac18bac02
commit 93556e96ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249057

View File

@ -333,6 +333,9 @@ OBJFORMAT?= elf
# Tell bmake to expand -V VAR by default
.MAKE.EXPAND_VARIABLES= yes
# Tell bmake the makefile preference
.MAKE.MAKEFILE_PREFERENCE?= BSDmakefile makefile Makefile
.if !defined(.PARSEDIR)
# We are not bmake, which is more aggressive about searching .PATH
# It is sometime necessary to curb its enthusiasm with .NOPATH