Tell bmake to use the FreeBSD preferred makefile preference list.
PR: 177593 Reviewed by: obrien
This commit is contained in:
parent
aac18bac02
commit
93556e96ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user