mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
9 lines
153 B
Makefile
9 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netinet
|
|
|
|
KMOD= toecore
|
|
SRCS= toecore.c
|
|
SRCS+= opt_ofed.h opt_inet.h opt_inet6.h opt_kern_tls.h
|
|
|
|
.include <bsd.kmod.mk>
|