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

This commit is contained in:
John-Mark Gurney 2003-07-05 08:11:43 +00:00
parent 8954a5c85a
commit e4bfcbdb32

View File

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