mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
18 lines
425 B
Text
18 lines
425 B
Text
--- src/VBox/Additions/common/VBoxGuest/freebsd/Makefile.orig 2017-10-18 07:06:43 UTC
|
|
+++ src/VBox/Additions/common/VBoxGuest/freebsd/Makefile
|
|
@@ -70,6 +70,7 @@ SRCS += \
|
|
handletable.c \
|
|
handletablectx.c \
|
|
once.c \
|
|
+ term.c \
|
|
thread.c
|
|
|
|
.PATH: ${.CURDIR}/common/string
|
|
@@ -128,6 +129,7 @@ SRCS += \
|
|
|
|
.PATH: ${.CURDIR}/r0drv
|
|
SRCS += \
|
|
+ alloc-ef-r0drv.c \
|
|
alloc-r0drv.c \
|
|
initterm-r0drv.c \
|
|
memobj-r0drv.c \
|