diff options
Diffstat (limited to 'sysutils/xen-guest-tools/files/patch-tools_Makefile')
-rw-r--r-- | sysutils/xen-guest-tools/files/patch-tools_Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xen-guest-tools/files/patch-tools_Makefile b/sysutils/xen-guest-tools/files/patch-tools_Makefile new file mode 100644 index 000000000000..04f11cb4fc81 --- /dev/null +++ b/sysutils/xen-guest-tools/files/patch-tools_Makefile @@ -0,0 +1,13 @@ +--- tools/Makefile.orig 2025-03-31 16:57:40 UTC ++++ tools/Makefile +@@ -53,6 +53,10 @@ endif + export CROSS_BIN_PATH # exported for cross-install.sh + endif + ++ifeq ($(FREEBSD_PORT),y) ++SUBDIRS-y := libs xs-clients misc ++endif ++ + .PHONY: build all + build all: subdirs-all + |