summaryrefslogtreecommitdiff
path: root/make-bsd.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <[email protected]>2017-07-06 11:56:46 -0700
committerAdam Ierymenko <[email protected]>2017-07-06 11:56:46 -0700
commit640ad577d1f52140adbe42e87b2da931bf15f430 (patch)
tree8ba9557e4057407d36120b68dea2a6f0bb332ce2 /make-bsd.mk
parentcd63ecd3f3562b4513dd907bb7f805c2af2d87d4 (diff)
.
Diffstat (limited to 'make-bsd.mk')
-rw-r--r--make-bsd.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/make-bsd.mk b/make-bsd.mk
index cbab5810..c2fd6062 100644
--- a/make-bsd.mk
+++ b/make-bsd.mk
@@ -7,11 +7,6 @@ LIBS=
include objects.mk
ONE_OBJS+=osdep/BSDEthernetTap.o ext/http-parser/http_parser.o
-# 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)
CFLAGS+=-Wall -Werror -g -pthread $(INCLUDES) $(DEFS)