]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/dtrace/dtraceall/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / dtrace / dtraceall / Makefile
1 # $FreeBSD$
2
3 KMOD=           dtraceall
4 SRCS=           dtraceall.c opt_compat.h opt_nfs.h
5
6 CFLAGS+=        -I${.CURDIR}/../../..
7
8 .if !defined(KERNBUILDDIR)
9 .if ${MACHINE_ARCH} == "amd64"
10 opt_compat.h:
11         echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET}
12 .endif
13 .endif
14
15 .include <bsd.kmod.mk>
16
17 CFLAGS+=        -include ${.CURDIR}/../../../cddl/compat/opensolaris/sys/debug_compat.h