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