mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
if_epair: MFC: fix module build outside of kernel build environment
(cherry picked from commit 7a382e744b)
This commit is contained in:
parent
c71bfb1013
commit
0b12cc411b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
.PATH: ${SRCTOP}/sys/net
|
||||
|
||||
KMOD= if_epair
|
||||
SRCS= if_epair.c
|
||||
SRCS= bus_if.h device_if.h if_epair.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue