# Makefile for building the sample syscall module
# $FreeBSD: stable/4/share/examples/kld/syscall/module/Makefile 100241 2002-07-17 14:13:53Z ru $

KMOD=	syscall
SRCS=	syscall.c

.include <bsd.kmod.mk>
