mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
8 lines
149 B
Makefile
8 lines
149 B
Makefile
# $FreeBSD$
|
|
|
|
.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>
|