diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-06-03 18:13:42 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-06-03 18:13:42 -0700 |
commit | 4c687fca45c85c9dfa4e39d5b7b4fc251b05237d (patch) | |
tree | 8533bb1286f60af0a815c446e7514f8583b53ec3 | |
parent | 753a80d41967d47d8b3b08056b90f8eb51167d1c (diff) | |
download | infinitytier-4c687fca45c85c9dfa4e39d5b7b4fc251b05237d.tar.gz infinitytier-4c687fca45c85c9dfa4e39d5b7b4fc251b05237d.zip |
No auto-updates on BSD either.
-rw-r--r-- | make-freebsd.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make-freebsd.mk b/make-freebsd.mk index 6a0f354d..90665e0e 100644 --- a/make-freebsd.mk +++ b/make-freebsd.mk @@ -10,12 +10,8 @@ OBJS+=osdep/BSDEthernetTap.o # "make official" is a shortcut for this ifeq ($(ZT_OFFICIAL_RELEASE),1) - ZT_AUTO_UPDATE=1 DEFS+=-DZT_OFFICIAL_RELEASE endif -ifeq ($(ZT_AUTO_UPDATE),1) - DEFS+=-DZT_AUTO_UPDATE -endif # "make debug" is a shortcut for this ifeq ($(ZT_DEBUG),1) |