1# Makefile for building the sample syscall module
2# $FreeBSD: releng/10.2/share/examples/kld/syscall/module/Makefile 83608 2001-09-18 12:03:42Z ru $
3
4KMOD=	syscall
5SRCS=	syscall.c
6
7.include <bsd.kmod.mk>
8