From 242fdcb1b6cda51417606d70373c38c200ac34a6 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Tue, 3 May 2022 10:50:42 +0000 Subject: [PATCH] Prepare the ground for to be used by the 'tools' build of 'libctf'. --- tools/libctf/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/libctf/Makefile b/tools/libctf/Makefile index 77e54f335f1c..374f97751e24 100644 --- a/tools/libctf/Makefile +++ b/tools/libctf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2018/05/01 19:59:47 christos Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/03 10:50:42 jkoshy Exp $ HOSTLIB= ctf @@ -34,7 +34,8 @@ CPPFLAGS+= -I${.CURDIR}/../compat \ -I${OPENSOLARIS_DISTDIR}/common/ctf \ -I${OPENSOLARIS_DISTDIR}/lib/libctf/common \ -I${OPENSOLARIS_DISTDIR}/uts/common \ - -I${LIBELF_DIR} + -I${LIBELF_DIR} \ + -I${TOOLDIR}/include BUILD_OSTYPE!= uname -s