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