freebsd-dev/sys/dev/patm/genrtab/Makefile
Johan Karlsson 129d092a20 style.Makefile(5):
Use WARNS?= instead of WARNS=.

While I'm here,
	use INTERNALPROG, instead if overriding install
	remove emty lines
2004-02-24 20:51:20 +00:00

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>