xref: /freebsd/lib/libsecureboot/tests/Makefile (revision 9bee6a6083228d0e6abfb991fdbb4edf020fd438)
15fff9558SSimon J. Gerraty# $FreeBSD$
25fff9558SSimon J. Gerraty
302a4bc58SSimon J. Gerraty.include <src.opts.mk>
402a4bc58SSimon J. Gerraty
55fff9558SSimon J. GerratyPROG= tvo
65fff9558SSimon J. Gerraty
75fff9558SSimon J. GerratySRCS+= tvo.c
85fff9558SSimon J. GerratyCFLAGS+= -DUNIT_TEST -g -O0
95fff9558SSimon J. Gerraty
105fff9558SSimon J. GerratyLIBADD+= bearssl
115fff9558SSimon J. GerratyMAN=
125fff9558SSimon J. GerratyNO_SHARED=
135fff9558SSimon J. Gerraty
145fff9558SSimon J. Gerraty# we want to test verify_file api too
155fff9558SSimon J. Gerraty# which requires a kludge or two
16*9bee6a60SSimon J. GerratyMK_LOADER_EFI_SECUREBOOT= no
175fff9558SSimon J. Gerraty.include "../Makefile.libsa.inc"
185fff9558SSimon J. GerratyBRSSL_CFLAGS := ${BRSSL_CFLAGS:N-DNO_STDIO}
195fff9558SSimon J. GerratyXCFLAGS.verify_file += -DSOPEN_MAX=64
205fff9558SSimon J. Gerraty
215fff9558SSimon J. Gerraty.include <bsd.prog.mk>
22