]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libsecureboot/tests/Makefile
Add support for loader veriexec
[FreeBSD/FreeBSD.git] / lib / libsecureboot / tests / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG= tvo
6
7 SRCS+= tvo.c
8 CFLAGS+= -DUNIT_TEST -g -O0
9
10 LIBADD+= bearssl
11 MAN=
12 NO_SHARED=
13
14 # we want to test verify_file api too
15 # which requires a kludge or two
16 .include "../Makefile.libsa.inc"
17 BRSSL_CFLAGS := ${BRSSL_CFLAGS:N-DNO_STDIO}
18 XCFLAGS.verify_file += -DSOPEN_MAX=64
19
20 .include <bsd.prog.mk>