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