ca9c567178
add a tab after WARNS?=. While I'm here fix other style bugs. Submitted by: bde (libbdf/Makefile)
14 lines
226 B
Makefile
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>
|