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

#	$NetBSD: Makefile,v 1.1 2007/07/20 14:21:00 xtraeme Exp $
#
# Makefile for the envsys2 test LKM.
#

SRCS=		lkminit_envsys2.c
WARNS=		4
KMOD=		envsys2

CLEANFILES+=	*~ ${KMOD}

.include <bsd.kmod.mk>