mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o style: WARNS= -> WARNS?=.
Spotted by: ru
This commit is contained in:
parent
c912a3f7be
commit
dcd61bb80c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= getent
|
||||
WARNS= 3
|
||||
WARNS?= 3
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue