mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
imgact_binmisc: unbreak module build outside of kernel build environment
MFC after: 3 days
This commit is contained in:
parent
d2e0204ec0
commit
37f4cb29bd
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
.PATH: ${SRCTOP}/sys/kern
|
||||
|
||||
KMOD= imgact_binmisc
|
||||
SRCS= imgact_binmisc.c
|
||||
SRCS= vnode_if.h imgact_binmisc.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue