]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/clang/macho-dump/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.git] / usr.bin / clang / macho-dump / Makefile
1 # $FreeBSD$
2
3 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"