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