# Makefile for building the sample syscall module
# $BSDSUniX$

KMOD=	syscall
SRCS=	syscall.c

.include <bsd.kmod.mk>