1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/geom/nop
4
5KMOD=	geom_nop
6SRCS=	g_nop.c
7
8.include <bsd.kmod.mk>
9