]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - usr.bin/clang/macho-dump/Makefile
MFC r232197 (by phk):
[FreeBSD/releng/9.1.git] / usr.bin / clang / macho-dump / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=macho-dump
4 NO_MAN=
5
6 SRCDIR= tools/macho-dump
7 SRCS=   macho-dump.cpp
8
9 LIBDEPS=llvmobject \
10         llvmsupport
11
12 .include "../clang.prog.mk"