xref: /freebsd-14.2/lib/libsecureboot/tests/Makefile (revision d8aaf097)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2.include <src.opts.mk>
3
4PROG= tvo
5
6SRCS+= tvo.c
7CFLAGS+= -DUNIT_TEST -g -O0
8
9LIBADD+= bearssl
10MAN=
11NO_SHARED=
12
13# we want to test verify_file api too
14# which requires a kludge or two
15MK_LOADER_EFI_SECUREBOOT= no
16.include "../Makefile.libsa.inc"
17BRSSL_CFLAGS := ${BRSSL_CFLAGS:N-DNO_STDIO}
18XCFLAGS.verify_file += -DSOPEN_MAX=64
19
20.include <bsd.prog.mk>
21

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026