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