aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ktest/ktest_example/Makefile
blob: 2b572d867aa5c34958ba3264ae039827437c4af8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PACKAGE=	tests

SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"

.PATH: ${SYSDIR}/tests

KMOD=	ktest_example
SRCS=	ktest_example.c

.include <bsd.kmod.mk>