xref: /freebsd/share/examples/kld/syscall/Makefile (revision 1b6c76a2fe091c74f08427e6c870851025a9cf67)
1# Makefile for sample syscall module
2
3SUBDIR=	module test
4
5load: _SUBDIRUSE
6
7unload: _SUBDIRUSE
8
9.include <bsd.subdir.mk>
10