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

Reviewed by:	phk
This commit is contained in:
R. Imura 2005-09-20 11:16:05 +00:00
parent 1a51e01115
commit d32484135d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150373

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>