mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Do not override BINDIR settings from subdirectory Makefiles.
Submitted by: bde
This commit is contained in:
parent
02e8c77f1d
commit
e11cbdb767
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
BINDIR= /usr/sbin
|
||||
BINDIR?=/usr/sbin
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue