mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
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}
|