mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
11 lines
163 B
Makefile
11 lines
163 B
Makefile
|
|
.PATH: ${.PARSEDIR:H:H}/dev/veriexec
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
KMOD= veriexec
|
|
SRCS= verified_exec.c
|
|
SRCS+= bus_if.h device_if.h vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|
|
|