mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
style.Makefile(5):
Use WARNS?= instead of WARNS=. While I'm here, use INTERNALPROG, instead if overriding install remove emty lines
This commit is contained in:
parent
854a417d92
commit
129d092a20
1 changed files with 2 additions and 4 deletions
|
|
@ -4,12 +4,10 @@
|
|||
# for the idt77252 driver. It is not installed.
|
||||
#
|
||||
PROG=genrtab
|
||||
WARNS=5
|
||||
INTERNALPROG=
|
||||
WARNS?=5
|
||||
NOMAN=true
|
||||
DPADD=${LIBM}
|
||||
LDADD=-lm
|
||||
|
||||
install:
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue