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