1# Makefile for building the sample syscall module
2# $FreeBSD: releng/11.0/share/examples/kld/syscall/module/Makefile 299293 2016-05-10 00:51:50Z gjb $
3
4PACKAGE=examples
5FILESDIR=${SHAREDIR}/examples/kld/${KMOD}
6KMOD=	syscall
7SRCS=	syscall.c
8
9.include <bsd.kmod.mk>
10