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