]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/clang/macho-dump/Makefile
[SA-14:31] Fix multiple vulnerabilities in NTP suite.
[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"