eacae6dc66
Sponsored by: EMC / Isilon Storage Division
13 lines
203 B
Makefile
13 lines
203 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
|
|
MAN=
|
|
LIBADD= m
|
|
|
|
.include <bsd.prog.mk>
|