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