From 6936a0d3566291f53957115c64fd7e34a4316a22 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 18 Feb 2013 20:30:16 +0000 Subject: [PATCH] Explicitly include bsd.own.mk to allow building without tool make. --- tools/llvm/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/llvm/Makefile.inc b/tools/llvm/Makefile.inc index 756bb62d62e0..16a45379730e 100644 --- a/tools/llvm/Makefile.inc +++ b/tools/llvm/Makefile.inc @@ -1,3 +1,5 @@ -# $NetBSD: Makefile.inc,v 1.1 2011/02/06 01:14:11 joerg Exp $ +# $NetBSD: Makefile.inc,v 1.2 2013/02/18 20:30:16 joerg Exp $ + +.include LLVM_TOPLEVEL= ${NETBSDSRCDIR}/external/bsd/llvm