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

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

.PATH: ${SRCTOP}/sys/tests

KMOD=	ktest_example
SRCS=	ktest_example.c

.include <bsd.kmod.mk>