mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
clag15 is much pickier than others, so suppress the warning until upstream can be updated. Sponsored by: Netflix
7 lines
145 B
Makefile
7 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
BEARSSL?= ${SRCTOP}/contrib/bearssl
|
|
BEARSSL_SRC= ${BEARSSL}/src
|
|
|
|
CFLAGS+= -I${BEARSSL}/inc
|
|
CFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
|