mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
18 lines
280 B
Makefile
18 lines
280 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:45 joerg Exp $
|
|
|
|
PROG_CXX= llvm-bcanalyzer
|
|
NOMAN= yes
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLVM_SRCDIR}/tools/llvm-bcanalyzer
|
|
|
|
SRCS= llvm-bcanalyzer.cpp
|
|
|
|
LLVM_LIBS+= \
|
|
Support
|
|
|
|
.include "${.PARSEDIR}/../../link.mk"
|
|
|
|
.include <bsd.prog.mk>
|