diff options
Diffstat (limited to 'sys/modules/dtrace/dtraceall/Makefile')
-rw-r--r-- | sys/modules/dtrace/dtraceall/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/modules/dtrace/dtraceall/Makefile b/sys/modules/dtrace/dtraceall/Makefile index cf081b9822dd..c331a1f53f0b 100644 --- a/sys/modules/dtrace/dtraceall/Makefile +++ b/sys/modules/dtrace/dtraceall/Makefile @@ -3,17 +3,10 @@ SYSDIR?= ${SRCTOP}/sys KMOD= dtraceall -SRCS= dtraceall.c opt_compat.h opt_nfs.h +SRCS= dtraceall.c opt_nfs.h CFLAGS+= -I${SYSDIR} -.if !defined(KERNBUILDDIR) -.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "mips64" -opt_compat.h: - echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET} -.endif -.endif - .include <bsd.kmod.mk> CFLAGS+= -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h |