mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
14 lines
193 B
Makefile
14 lines
193 B
Makefile
|
|
PROG_CXX=dtc
|
|
SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
|
|
MAN= dtc.1
|
|
|
|
WARNS?= 3
|
|
|
|
CXXFLAGS+= -fno-rtti -fno-exceptions
|
|
|
|
CXXSTD= c++11
|
|
|
|
NO_SHARED?=NO
|
|
|
|
.include <bsd.prog.mk>
|