1# $FreeBSD$ 2 3PACKAGE=examples 4FILESDIR=${SHAREDIR}/examples/kld/syscall 5SUBDIR= module test 6 7load unload: _SUBDIR 8 9.include <bsd.subdir.mk> 10