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