mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
or paths to see if they can be verified by MAC/veriexec. Reviewed by: jtl, wblock Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D8562
14 lines
150 B
Makefile
14 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= veriexec
|
|
MAN= veriexec.3
|
|
INCS= libveriexec.h
|
|
|
|
WARNS?= 2
|
|
|
|
SRCS= veriexec_check.c
|
|
|
|
.include <bsd.lib.mk>
|
|
|