xref: /freebsd/share/examples/kld/syscall/module/Makefile (revision b2dce55fe9208b062ee3fa1c857cba94248c69dc)
1# Makefile for building the sample syscall module
2# $FreeBSD$
3
4KMOD=	syscall
5SRCS=	syscall.c
6
7.include <bsd.kmod.mk>
8