opnsense-src/sys/modules/toecore/Makefile

10 lines
138 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${SRCTOP}/sys/netinet
KMOD= toecore
SRCS= toecore.c
2012-06-25 05:46:06 -04:00
SRCS+= opt_ofed.h opt_inet.h opt_inet6.h
.include <bsd.kmod.mk>