summaryrefslogtreecommitdiff
path: root/sys/modules/dtrace/fasttrap
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2017-02-03 22:26:19 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2017-02-03 22:26:19 +0000
commit00bb01a40c811f9645a4b4a956a94e76b0ba5d43 (patch)
treec36f842241db5634186309d0b74493c0b8444cd1 /sys/modules/dtrace/fasttrap
parente301fd984a633c174085cb6c550edb3ea5f94e0f (diff)
Notes
Diffstat (limited to 'sys/modules/dtrace/fasttrap')
-rw-r--r--sys/modules/dtrace/fasttrap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/dtrace/fasttrap/Makefile b/sys/modules/dtrace/fasttrap/Makefile
index 260e4953e3cf..be65a3d1d8fc 100644
--- a/sys/modules/dtrace/fasttrap/Makefile
+++ b/sys/modules/dtrace/fasttrap/Makefile
@@ -10,6 +10,7 @@ SRCS+= vnode_if.h
CFLAGS+= -I${SYSDIR}/cddl/compat/opensolaris \
-I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
+ -I${SYSDIR}/cddl/contrib/opensolaris/uts/common/dtrace \
-I${SYSDIR}
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"