Makefile revision 237560
149Salm# $FreeBSD: head/sys/modules/toecore/Makefile 237560 2012-06-25 09:46:06Z uqs $
249Salm
349Salm.PATH: ${.CURDIR}/../../netinet
449Salm
549SalmKMOD=	toecore
6SRCS=	toecore.c
7SRCS+=	opt_ofed.h opt_inet.h opt_inet6.h
8
9.include <bsd.kmod.mk>
10