NetBSD-5.0.2/sys/lkm/misc/example/Makefile

#	$NetBSD: Makefile,v 1.3 2001/12/12 12:06:46 lukem Exp $

KMOD=   misc_example

SRCS=   lkminit_misc.c example_misc.c

SUBDIR+= test

.include <bsd.kmod.mk>
.include <bsd.subdir.mk>