xref: /freebsd-13.1/share/examples/kld/cdev/Makefile (revision a5921bc3)
1# $FreeBSD$
2
3PACKAGE=examples
4FILESDIR=${SHAREDIR}/examples/kld/cdev
5SUBDIR=	module test
6
7load unload: _SUBDIR
8
9.include <bsd.subdir.mk>
10