mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
10 lines
159 B
Makefile
10 lines
159 B
Makefile
|
|
.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>
|