# Makefile for building the sample syscall module
# $FreeBSD$
KMOD= syscall
SRCS= syscall.c
.include <bsd.kmod.mk>