xref: /freebsd/share/examples/kld/syscall/module/Makefile (revision 2a3716432d209c5fef1eb1a719f4c1914e7c8b5a)
1# Makefile for building the sample syscall module
2
3PACKAGE=examples
4FILESDIR=${SHAREDIR}/examples/kld/${KMOD}
5KMOD=	syscall
6SRCS=	syscall.c
7
8.include <bsd.kmod.mk>
9