xref: /freebsd/lib/libsecureboot/tests/Makefile (revision 5fff9558a43aaac53da41dc23c250c4e84f6fb02)
1*5fff9558SSimon J. Gerraty# $FreeBSD$
2*5fff9558SSimon J. Gerraty
3*5fff9558SSimon J. GerratyPROG= tvo
4*5fff9558SSimon J. Gerraty
5*5fff9558SSimon J. GerratySRCS+= tvo.c
6*5fff9558SSimon J. GerratyCFLAGS+= -DUNIT_TEST -g -O0
7*5fff9558SSimon J. Gerraty
8*5fff9558SSimon J. GerratyLIBADD+= bearssl
9*5fff9558SSimon J. GerratyMAN=
10*5fff9558SSimon J. GerratyNO_SHARED=
11*5fff9558SSimon J. Gerraty
12*5fff9558SSimon J. Gerraty# we want to test verify_file api too
13*5fff9558SSimon J. Gerraty# which requires a kludge or two
14*5fff9558SSimon J. Gerraty.include "../Makefile.libsa.inc"
15*5fff9558SSimon J. GerratyBRSSL_CFLAGS := ${BRSSL_CFLAGS:N-DNO_STDIO}
16*5fff9558SSimon J. GerratyXCFLAGS.verify_file += -DSOPEN_MAX=64
17*5fff9558SSimon J. Gerraty
18*5fff9558SSimon J. Gerraty.include <bsd.prog.mk>
19