1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../netinet
4
5KMOD=	toecore
6SRCS=	toecore.c
7SRCS+=	opt_ofed.h opt_inet.h opt_inet6.h
8
9.include <bsd.kmod.mk>
10