1# $FreeBSD: stable/11/sys/modules/toecore/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3.PATH: ${SRCTOP}/sys/netinet
4
5KMOD=	toecore
6SRCS=	toecore.c
7SRCS+=	opt_ofed.h opt_inet.h opt_inet6.h
8
9.include <bsd.kmod.mk>
10