mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Reviewed by: imp, sjg
Pull Request: https://github.com/freebsd/freebsd-src/pull/916
(cherry picked from commit 4b9d605768)
7 lines
165 B
Makefile
7 lines
165 B
Makefile
|
|
BEARSSL?= ${SRCTOP}/contrib/bearssl
|
|
BEARSSL_SRC= ${BEARSSL}/src
|
|
BEARSSL_TOOLS= ${BEARSSL}/tools
|
|
|
|
CFLAGS+= -I${BEARSSL}/inc
|
|
CFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
|