diff options
Diffstat (limited to 'make-freebsd.mk')
-rw-r--r-- | make-freebsd.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make-freebsd.mk b/make-freebsd.mk index 1322dd53..022540d2 100644 --- a/make-freebsd.mk +++ b/make-freebsd.mk @@ -13,6 +13,11 @@ ifeq ($(ZT_OFFICIAL_RELEASE),1) DEFS+=-DZT_OFFICIAL_RELEASE endif +# Build with ZT_ENABLE_CLUSTER=1 to build with cluster support +ifeq ($(ZT_ENABLE_CLUSTER),1) + DEFS+=-DZT_ENABLE_CLUSTER +endif + # "make debug" is a shortcut for this ifeq ($(ZT_DEBUG),1) DEFS+=-DZT_TRACE |