mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
4b9d605768
Reviewed by: imp, sjg Pull Request: https://github.com/freebsd/freebsd-src/pull/916
8 lines
165 B
Makefile
8 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}
|