mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
add a tab after WARNS?=. While I'm here fix other style bugs. Submitted by: bde (libbdf/Makefile)
13 lines
226 B
Makefile
13 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>
|