mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
Disabled by default, used by loader and sbin/veriexec Reviewed by: emaste Sponsored by: Juniper Networks Differential Revision: D16334
7 lines
105 B
Makefile
7 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
BEARSSL?= ${SRCTOP}/contrib/bearssl
|
|
BEARSSL_SRC= ${BEARSSL}/src
|
|
|
|
CFLAGS+= -I${BEARSSL}/inc
|
|
|