]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/dtrace/dtraceall/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / dtrace / dtraceall / Makefile
1 # $FreeBSD$
2
3 KMOD=           dtraceall
4 SRCS=           dtraceall.c opt_compat.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>