mirror of
https://github.com/opnsense/src.git
synced 2026-05-27 20:02:43 -04:00
15 lines
159 B
Makefile
15 lines
159 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
LIB= veriexec
|
|
MAN= veriexec.3
|
|
INCS= libveriexec.h
|
|
|
|
WARNS?= 2
|
|
|
|
SRCS= \
|
|
veriexec_check.c \
|
|
veriexec_get.c
|
|
|
|
.include <bsd.lib.mk>
|
|
|