ae9c7cb925
Register external/bsd/compiler_rt as a _SUBDIR. This will allow to handle properly includes specific for compiler_rt. Centralize build_install target for external/bsd/compiler_rt. With the above changes MKOBJDIR is now respected properly for me. Do not install LLVM sanitizers into TOOLDIR for !HAVE_LLVM.
9 lines
152 B
Makefile
9 lines
152 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/08/25 06:06:48 kamil Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= lib
|
|
|
|
.include <bsd.buildinstall.mk>
|
|
.include <bsd.subdir.mk>
|