]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/clang/llvm-nm/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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"