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