imgact_binmisc: unbreak module build outside of kernel build environment

MFC after:	3 days
This commit is contained in:
Eugene Grosbein 2023-04-11 17:31:34 +07:00
parent d2e0204ec0
commit 37f4cb29bd

View File

@ -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>