]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/cyclic/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / cyclic / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../cddl/dev/cyclic
4
5 KMOD=           cyclic
6 SRCS=           cyclic.c
7
8 SRCS+=          vnode_if.h
9
10 CFLAGS+=        -I${.CURDIR}/../../cddl/compat/opensolaris              \
11                 -I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common  \
12                 -I${.CURDIR}/../..                                      \
13                 -I${.CURDIR}/../../cddl/dev/cyclic/i386
14
15 IGNORE_PRAGMA=  1
16
17 .include <bsd.kmod.mk>
18
19 CFLAGS+=        -include ${.CURDIR}/../../cddl/compat/opensolaris/sys/debug_compat.h