xref: /freebsd/share/examples/kld/syscall/module/Makefile (revision a5921bc3653e2e286715e6fe8d473ec0d02da38c)
1380a989bSDoug Rabson# Makefile for building the sample syscall module
26990ffd8SRuslan Ermilov# $FreeBSD$
3380a989bSDoug Rabson
4*a5921bc3SGlen BarberPACKAGE=examples
5*a5921bc3SGlen BarberFILESDIR=${SHAREDIR}/examples/kld/${KMOD}
6380a989bSDoug RabsonKMOD=	syscall
76990ffd8SRuslan ErmilovSRCS=	syscall.c
8380a989bSDoug Rabson
9380a989bSDoug Rabson.include <bsd.kmod.mk>
10