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