# Makefile for building the sample syscall module
# $MidnightBSD: src/share/examples/kld/syscall/module/Makefile,v 1.3 2013/01/09 00:37:49 laffer1 Exp $

KMOD=	syscall
SRCS=	syscall.c

.include <bsd.kmod.mk>
