]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/dtrace/dtraceall/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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