mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
12 lines
363 B
Text
12 lines
363 B
Text
--- tools/Makefile.orig 2022-04-12 12:21:23 UTC
|
|
+++ tools/Makefile
|
|
@@ -51,6 +51,9 @@ CROSS_SYS_ROOT ?= /usr/$(CROSS_COMPILE:-=)/sys-root
|
|
export CROSS_SYS_ROOT # exported for check/funcs.sh
|
|
export CROSS_BIN_PATH # exported for cross-install.sh
|
|
endif
|
|
+ifeq ($(FREEBSD_PORT),y)
|
|
+SUBDIRS-y := libs xenstore misc
|
|
+endif
|
|
|
|
.PHONY: build all
|
|
build all: subdirs-all
|