# $FreeBSD: head/sys/modules/dtrace/dtraceall/Makefile 220470 2011-04-09 09:07:31Z uqs $ KMOD= dtraceall SRCS= dtraceall.c opt_compat.h CFLAGS+= -I${.CURDIR}/../../.. .if !defined(KERNBUILDDIR) .if ${MACHINE_ARCH} == "amd64" opt_compat.h: echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET} .endif .endif .include