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