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