Makefile revision 237263
1# $FreeBSD: head/sys/modules/toecore/Makefile 237263 2012-06-19 07:34:13Z np $
2
3.PATH: ${.CURDIR}/../../netinet
4
5KMOD=	toecore
6SRCS=	toecore.c
7SRCS+=	opt_ofed.h
8
9.include <bsd.kmod.mk>
10