fcdb1ffc49
in NOTES and geom(4).
9 lines
123 B
Makefile
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>
|