blob: e4a7c8679adbf50965f48fde9f4b38c6be3af095 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
.PATH: ${.CURDIR}/../../cddl/dev/cyclic
KMOD= cyclic_test
SRCS= cyclic_test.c
#SRCS+= bus_if.h device_if.h vnode_if.h
CFLAGS+= -I${.CURDIR}/../../cddl/compat/opensolaris \
-I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common \
-I${.CURDIR}/../..
IGNORE_PRAGMA= 1
.include <bsd.kmod.mk>
|