xref: /freebsd/share/examples/kld/syscall/module/Makefile (revision 6990ffd8a95caaba6858ad44ff1b3157d1efba8f)
1380a989bSDoug Rabson# Makefile for building the sample syscall module
26990ffd8SRuslan Ermilov# $FreeBSD$
3380a989bSDoug Rabson
4380a989bSDoug RabsonKMOD=	syscall
56990ffd8SRuslan ErmilovSRCS=	syscall.c
6380a989bSDoug Rabson
7380a989bSDoug Rabson.include <bsd.kmod.mk>
8