]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/clang/llvm-as/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / clang / llvm-as / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG_CXX=llvm-as
6
7 SRCDIR= tools/llvm-as
8 SRCS=   llvm-as.cpp
9
10 LIBDEPS=llvmbitwriter \
11         llvmasmparser \
12         llvmcore \
13         llvmsupport
14
15 .include "../clang.prog.mk"