head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.01.23.00.35.55;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/245803
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/usr.bin/dtc/Makefile 245803 2013-01-22 17:49:51Z theraven $

PROG_CXX=dtc
SRCS=	dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
MAN=	dtc.1

WARNS?=	3

NO_SHARED?=NO

.include <bsd.prog.mk>
@
