head	1.1;
access;
symbols
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2014.03.21.18.09.53;	author svnexp;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2014.03.21.18.09.53;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@file Makefile was initially added on branch RELENG_9.
@
text
@@


1.1.2.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/263509
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 13
# $FreeBSD: stable/9/lib/clang/libllvmoption/Makefile 261991 2014-02-16 19:44:07Z dim $

.include <bsd.own.mk>

LIB=	llvmoption

SRCDIR=	lib/Option
SRCS=	Arg.cpp \
	ArgList.cpp \
	OptTable.cpp \
	Option.cpp

.include "../clang.lib.mk"
@

