mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
7 lines
107 B
Makefile
7 lines
107 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/kern
|
|
|
|
KMOD= imgact_binmisc
|
|
SRCS= vnode_if.h imgact_binmisc.c
|
|
|
|
.include <bsd.kmod.mk>
|