mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
7 lines
137 B
Makefile
7 lines
137 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/net
|
|
|
|
KMOD= if_epair
|
|
SRCS= bus_if.h device_if.h if_epair.c opt_rss.h opt_inet.h opt_inet6.h
|
|
|
|
.include <bsd.kmod.mk>
|