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