Module Name: src
Committed By: jkoshy
Date: Tue May 3 10:50:42 UTC 2022
Modified Files:
src/tools/libctf: Makefile
Log Message:
Prepare the ground for <elfdefinitions.h> to be used by the 'tools'
build of 'libctf'.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tools/libctf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/libctf/Makefile
diff -u src/tools/libctf/Makefile:1.8 src/tools/libctf/Makefile:1.9
--- src/tools/libctf/Makefile:1.8 Tue May 1 19:59:47 2018
+++ src/tools/libctf/Makefile Tue May 3 10:50:42 2022
@@ -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