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