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