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