freebsd-dev/sys/dev/patm/genrtab/Makefile
Johan Karlsson ca9c567178 Fix style bug in last commit,
add a tab after WARNS?=.

While I'm here fix other style bugs.

Submitted by:	bde (libbdf/Makefile)
2004-02-25 13:12:51 +00:00

14 lines
226 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>