aboutsummaryrefslogtreecommitdiff
path: root/sbin/veriexec/Makefile
blob: 8039a8295ccd8f085df93d77e22618587aca38c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PROG=	veriexec
MAN=	veriexec.8
SRCS= \
	veriexec.c \
	manifest_parser.y \
	manifest_lexer.l

LIBADD+= veriexec secureboot bearssl

NO_SHARED=

.include <bsd.prog.mk>

CFLAGS+= -I${.CURDIR} ${XCFLAGS.${.TARGET:T:R}:U}

XCFLAGS.manifest_lexer+= -Wno-missing-variable-declarations \
	-Wno-unneeded-internal-declaration
XCFLAGS.manifest_parser+= -Wno-missing-variable-declarations