]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/dtrace/fasttrap/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / dtrace / fasttrap / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../cddl/dev/fasttrap
4
5 KMOD=           fasttrap
6 SRCS=           fasttrap.c
7 SRCS+=          vnode_if.h
8
9 CFLAGS+=        -I${.CURDIR}/../../../cddl/compat/opensolaris \
10                 -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
11                 -I${.CURDIR}/../../..
12
13 .if ${MACHINE_ARCH} == "amd64" ||  ${MACHINE_ARCH} == "i386"
14 CFLAGS+=        -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/intel
15 .endif
16
17 CFLAGS+=        -DSMP -DDEBUG
18
19 .include <bsd.kmod.mk>