1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117254

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>