--- src/VBox/HostDrivers/Support/freebsd/Makefile.orig 2020-05-13 19:43:53 UTC +++ src/VBox/HostDrivers/Support/freebsd/Makefile @@ -82,6 +82,7 @@ SRCS += \ assert.c \ handletable.c \ handletablectx.c \ + handletablesimple.c \ once.c \ term.c \ thread.c @@ -94,13 +95,14 @@ SRCS += \ RTStrCopy.c \ RTStrCopyEx.c \ RTStrCopyP.c \ + memchr.c \ strformat.c \ strformatrt.c \ strformattype.c \ + stringalloc.c \ strprintf.c \ strtonum.c \ - memchr.c \ - stringalloc.c + utf-8.c .PATH: ${.CURDIR}/common/rand SRCS += \