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