mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Override bmake's default MAKEFILE_PREFERENCE
This commit is contained in:
parent
f50b6721e1
commit
d58b075701
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue