9768746ba8
clag15 is much pickier than others, so suppress the warning until upstream can be updated. Sponsored by: Netflix
8 lines
145 B
Makefile
8 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
BEARSSL?= ${SRCTOP}/contrib/bearssl
|
|
BEARSSL_SRC= ${BEARSSL}/src
|
|
|
|
CFLAGS+= -I${BEARSSL}/inc
|
|
CFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
|