9 lines
117 B
Makefile
9 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom
|
|
|
|
KMOD= geom_mbr
|
|
SRCS= geom_mbr.c geom_mbr_enc.c
|
|
|
|
.include <bsd.kmod.mk>
|