48360965f3
Upstream sources can be fetched by running "make checkout" in src/external/bsd/llvm, they will be properly imported once the integration and missing features are sorted out.
8 lines
213 B
Makefile
8 lines
213 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/02/06 01:14:24 joerg Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}tblgen
|
|
HOSTPROG_CXX= ${_TOOL_PREFIX}tblgen
|
|
HOST_SRCDIR= external/bsd/llvm/bin/tblgen
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|