# Makefile for building the sample syscall module
# $MidnightBSD: src/share/examples/kld/syscall/module/Makefile,v 1.2 2009/12/13 01:09:43 laffer1 Exp $
# $FreeBSD: src/share/examples/kld/syscall/module/Makefile,v 1.2 2001/09/18 12:03:42 ru Exp $

KMOD=	syscall
SRCS=	syscall.c

.include <bsd.kmod.mk>
