Add g_label_flashmap.c to the module, should have been part of r345480.

Reported by:	Jia-Shiun Li <jiashiun@gmail.com>
This commit is contained in:
Ian Lepore 2019-04-07 16:33:22 +00:00
parent 138ca6fb10
commit 48c5f8f1e2

View file

@ -6,6 +6,7 @@ KMOD= geom_label
SRCS= g_label.c
SRCS+= g_label_disk_ident.c
SRCS+= g_label_ext2fs.c
SRCS+= g_label_flashmap.c
SRCS+= g_label_gpt.c
SRCS+= g_label_iso9660.c
SRCS+= g_label_msdosfs.c