aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang/llvm-as/Makefile
blob: 6d3fd8e60a511d141f67521240594174de65b9e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

.include <bsd.own.mk>

PROG_CXX=llvm-as

SRCDIR=	tools/llvm-as
SRCS=	llvm-as.cpp
LLVM_REQUIRES_EH=

LIBDEPS=llvmbitwriter \
	llvmasmparser \
	llvmcore \
	llvmsupport

.include "../clang.prog.mk"