1
2.PATH: ${SRCTOP}/sys/geom
3
4KMOD=	geom_flashmap
5SRCS=	geom_flashmap.c
6
7EXPORT_SYMS=	YES
8
9.include <bsd.kmod.mk>
10