add the mbr_enc file so that we can load the module on sparc64.

This commit is contained in:
jmg 2003-07-05 08:11:43 +00:00
parent 36cc2a99e1
commit aee9dc79b3

View File

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