xref: /freebsd/share/examples/kld/syscall/module/Makefile (revision 3068d706eabe99f930fb01d3cbfd74ff1f0eb5a2)
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