summaryrefslogtreecommitdiffstats
path: root/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index 7b05766f..2170544f 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -39,6 +39,9 @@ FEATURE_PTHREADS=1
# results in moderate savings of network traffic.
FEATURE_NETZIP=1
+# For Freebsd, we disable klogd
+FEATURE_KLOGD=0
+
# Enable debug mode (much slower code)
FEATURE_DEBUG=0
@@ -71,6 +74,10 @@ MANDIR = /usr/share/man
WITHDB=-DWITH_DB
.endif
+.if $(FEATURE_KLOGD) == 1
+ WITHDB=-DWITH_KLOGD
+.endif
+
.if $(FEATURE_NETZIP) == 1
NETZIP=-DWITH_DB
.endif