mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
11 lines
140 B
Makefile
11 lines
140 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/net
|
|
|
|
KMOD= if_infiniband
|
|
SRCS= if_infiniband.c \
|
|
opt_inet.h \
|
|
opt_inet6.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|