1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../../geom/zero
4
5KMOD=	geom_zero
6SRCS=	g_zero.c
7
8.include <bsd.kmod.mk>
9