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