1# $FreeBSD: releng/11.0/sys/modules/geom/geom_stripe/Makefile 129475 2004-05-20 10:27:20Z pjd $
2
3.PATH: ${.CURDIR}/../../../geom/stripe
4
5KMOD=	geom_stripe
6SRCS=	g_stripe.c
7
8.include <bsd.kmod.mk>
9