]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/clang/macho-dump/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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"