Add geom_bsd_enc.c which we've been wanting to be in geon_bsd.

Reviewed by:	phk
This commit is contained in:
imura 2005-09-20 11:16:05 +00:00
parent b5d6d150d4
commit 26e32540fa

View File

@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../../geom
KMOD= geom_bsd
SRCS= geom_bsd.c
SRCS= geom_bsd.c geom_bsd_enc.c
.include <bsd.kmod.mk>