xref: /freebsd-13.1/sys/modules/toecore/Makefile (revision 83271c68)
1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/netinet
4
5KMOD=	toecore
6SRCS=	toecore.c
7SRCS+=	opt_ofed.h opt_inet.h opt_inet6.h
8
9EXPORT_SYMS=	YES
10
11.include <bsd.kmod.mk>
12