freebsd-dev/sys/dev/patm/genrtab/Makefile
Bryan Drewery eacae6dc66 Fix LDADD/DPADD that should be LIBADD.
Sponsored by:	EMC / Isilon Storage Division
2015-12-04 03:17:47 +00:00

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>