0957b409a9
Disabled by default, used by loader and sbin/veriexec Reviewed by: emaste Sponsored by: Juniper Networks Differential Revision: D16334
8 lines
105 B
Makefile
8 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
BEARSSL?= ${SRCTOP}/contrib/bearssl
|
|
BEARSSL_SRC= ${BEARSSL}/src
|
|
|
|
CFLAGS+= -I${BEARSSL}/inc
|
|
|