Makefile revision 237560
1# $FreeBSD: head/sys/modules/toecore/Makefile 237560 2012-06-25 09:46:06Z uqs $
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