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:
Johan Karlsson 2004-02-24 20:51:20 +00:00
parent 854a417d92
commit 129d092a20

View file

@ -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>