1# Makefile for building the sample syscall module
2# $FreeBSD: src/share/examples/kld/syscall/module/Makefile,v 1.1.6.1 2002/07/17 14:13:53 ru Exp $
3# $DragonFly: src/share/examples/kld/syscall/module/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $
4
5KMOD=	syscall
6SRCS=	syscall.c
7
8.include <bsd.kmod.mk>
9