2015-06-08 13:23:56 +00:00

9 lines
123 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../geom
KMOD= geom_map
SRCS= geom_map.c bus_if.h device_if.h
.include <bsd.kmod.mk>