1#	$NetBSD: Makefile,v 1.2 2021/05/30 01:56:45 joerg Exp $
2
3.include <bsd.init.mk>
4
5SUBDIR=	include \
6
7.if ${MKLLVMRT} != "no"
8SUBDIR+= \
9	librt
10.endif
11
12.if ${MKLLVM} != "no"
13SUBDIR+= \
14	lib \
15	.WAIT \
16	bin
17.endif
18
19prepare-import:
20	cd ${LLVM_TOPLEVEL}/dist && rm -rf */test */unittests */www
21
22.include "Makefile.inc"
23
24.include <bsd.subdir.mk>
25