summaryrefslogtreecommitdiff
path: root/sys/modules/toecore/Makefile
blob: 00764c1f8e39413abf2aeb81d1a3882e781976d3 (plain)
1
2
3
4
5
6
7
8
9
.PATH: ${SRCTOP}/sys/netinet

KMOD=	toecore
SRCS=	toecore.c
SRCS+=	opt_ofed.h opt_inet.h opt_inet6.h opt_kern_tls.h

EXPORT_SYMS=	YES

.include <bsd.kmod.mk>