Module Name: src Committed By: joerg Date: Mon Feb 18 20:30:16 UTC 2013
Modified Files: src/tools/llvm: Makefile.inc Log Message: Explicitly include bsd.own.mk to allow building without tool make. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/llvm/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/llvm/Makefile.inc diff -u src/tools/llvm/Makefile.inc:1.1 src/tools/llvm/Makefile.inc:1.2 --- src/tools/llvm/Makefile.inc:1.1 Sun Feb 6 01:14:11 2011 +++ src/tools/llvm/Makefile.inc Mon Feb 18 20:30:16 2013 @@ -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 <bsd.own.mk> LLVM_TOPLEVEL= ${NETBSDSRCDIR}/external/bsd/llvm