xref: /freebsd/sys/modules/ktest/ktest_example/Makefile (revision 498368529011086067ed48e40cbfd46a4d5ef2ca)
1PACKAGE=	tests
2
3.include "${SRCTOP}/sys/conf/kern.opts.mk"
4
5.PATH: ${SRCTOP}/sys/tests
6
7KMOD=	ktest_example
8SRCS=	ktest_example.c
9
10.include <bsd.kmod.mk>
11