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