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