diff options
| author | Matt Macy <mmacy@FreeBSD.org> | 2020-08-25 02:21:27 +0000 |
|---|---|---|
| committer | Matt Macy <mmacy@FreeBSD.org> | 2020-08-25 02:21:27 +0000 |
| commit | 9e5787d2284e187abb5b654d924394a65772e004 (patch) | |
| tree | 2ebf833af6b1953d4a683e2da830fe87bf3435e1 /sys/modules/dtrace/profile | |
| parent | 22df1ffd812f0395cdb7c0b1edae1f67b991562a (diff) | |
Notes
Diffstat (limited to 'sys/modules/dtrace/profile')
| -rw-r--r-- | sys/modules/dtrace/profile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/dtrace/profile/Makefile b/sys/modules/dtrace/profile/Makefile index c33427564880..aa36f9a2dfba 100644 --- a/sys/modules/dtrace/profile/Makefile +++ b/sys/modules/dtrace/profile/Makefile @@ -8,9 +8,7 @@ KMOD= profile SRCS= profile.c SRCS+= vnode_if.h -CFLAGS+= -I${SYSDIR}/cddl/compat/opensolaris \ - -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \ - -I${SYSDIR} +CFLAGS+= ${OPENZFS_CFLAGS} .include <bsd.kmod.mk> |
