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