Makefile revision 299293
1# $FreeBSD: head/share/examples/kld/syscall/Makefile 299293 2016-05-10 00:51:50Z gjb $
2
3PACKAGE=examples
4FILESDIR=${SHAREDIR}/examples/kld/syscall
5SUBDIR=	module test
6
7load unload: _SUBDIR
8
9.include <bsd.subdir.mk>
10