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