blob: 159fd9717ba865de87420da19556b9ac8d07bf29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.4 2021/05/30 01:57:00 joerg Exp $
.include <bsd.hostinit.mk>
NO_LLVM_DEVELOPER= yes
all: depend
.include "${.PARSEDIR}/../llvm/Makefile.inc"
.include "${LLVM_TOPLEVEL}/lib/Makefile"
|