summaryrefslogtreecommitdiff
path: root/sysutils/xen-guest-tools/files/patch-tools_Makefile
blob: 04f11cb4fc81b223fa51e08743beb76378bf92a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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