mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Reviewed by: imp, sjg Pull Request: https://github.com/freebsd/freebsd-src/pull/916 (cherry picked from commit 4b9d605768acabc460aa6dcfe8a1f8db35b16794)
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}
|