--- src/VBox/HostDrivers/Support/freebsd/Makefile.orig	2022-10-06 19:11:13.000000000 +0200
+++ src/VBox/HostDrivers/Support/freebsd/Makefile	2024-12-26 16:15:26.678480000 +0100
@@ -93,6 +93,7 @@
 	assert.c \
 	handletable.c \
 	handletablectx.c \
+	handletablesimple.c \
 	once.c \
 	term.c \
 	thread.c
@@ -117,7 +118,8 @@
 	strprintf2-ellipsis.c \
 	strtonum.c \
 	memchr.c \
-	stringalloc.c
+	stringalloc.c \
+	utf-8.c 
 
 .PATH:	${.CURDIR}/common/rand
 SRCS += \
