Use WARNS?= instead of WARNS=. While I'm here, use INTERNALPROG, instead if overriding install remove emty lines
14 lines
221 B
Makefile
14 lines
221 B
Makefile
# $FreeBSD$
|
|
#
|
|
# This program is used to generate the if_patm_rtables.c file
|
|
# for the idt77252 driver. It is not installed.
|
|
#
|
|
PROG=genrtab
|
|
INTERNALPROG=
|
|
WARNS?=5
|
|
NOMAN=true
|
|
DPADD=${LIBM}
|
|
LDADD=-lm
|
|
|
|
.include <bsd.prog.mk>
|