# $FreeBSD: releng/10.3/sys/modules/dtrace/dtraceall/Makefile 253996 2013-08-06 15:51:56Z avg $ KMOD= dtraceall SRCS= dtraceall.c opt_compat.h opt_nfs.h CFLAGS+= -I${.CURDIR}/../../.. .if !defined(KERNBUILDDIR) .if ${MACHINE_ARCH} == "amd64" opt_compat.h: echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET} .endif .endif .include CFLAGS+= -include ${.CURDIR}/../../../cddl/compat/opensolaris/sys/debug_compat.h