# Makefile for building the sample syscall module
# $MidnightBSD: stable/1.0/share/examples/kld/syscall/module/Makefile 6469 2013-12-07 23:54:44Z laffer1 $

KMOD=	syscall
SRCS=	syscall.c

.include <bsd.kmod.mk>
