1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../../geom
4
5KMOD=	geom_bsd
6SRCS=	geom_bsd.c geom_bsd_enc.c
7
8.include <bsd.kmod.mk>
9