Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / bin / llvm-diff / Makefile
blob728d549623b3945fc2c9b9a0ae21af7caa709077
1 # $NetBSD: Makefile,v 1.4 2013/04/25 13:59:55 joerg Exp $
3 PROG_CXX= llvm-diff
4 NOMAN= yes
6 .include <bsd.init.mk>
8 .PATH: ${LLVM_SRCDIR}/tools/llvm-diff
10 SRCS= llvm-diff.cpp \
11 DiffConsumer.cpp \
12 DiffLog.cpp \
13 DifferenceEngine.cpp
15 LLVM_LIBS+= \
16 IRReader \
17 AsmParser \
18 BitReader \
19 IR \
20 Support
22 .include "${.PARSEDIR}/../../link.mk"
24 .include <bsd.prog.mk>