xref: /freebsd/share/examples/kld/syscall/module/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1380a989bSDoug Rabson# Makefile for building the sample syscall module
2380a989bSDoug Rabson
3*a5921bc3SGlen BarberPACKAGE=examples
4*a5921bc3SGlen BarberFILESDIR=${SHAREDIR}/examples/kld/${KMOD}
5380a989bSDoug RabsonKMOD=	syscall
66990ffd8SRuslan ErmilovSRCS=	syscall.c
7380a989bSDoug Rabson
8380a989bSDoug Rabson.include <bsd.kmod.mk>
9