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