]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/dtc/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / dtc / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=dtc
4 SRCS=   dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
5 MAN=    dtc.1
6
7 WARNS?= 3
8
9 NO_SHARED?=NO
10
11 .include <bsd.prog.mk>