mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
16 lines
254 B
Diff
16 lines
254 B
Diff
|
--- a/misc/Makefile
|
||
|
+++ b/misc/Makefile
|
||
|
@@ -6,9 +6,9 @@ TARGETS=ss nstat ifstat rtacct lnstat
|
||
|
|
||
|
include ../config.mk
|
||
|
|
||
|
-ifeq ($(HAVE_BERKELEY_DB),y)
|
||
|
- TARGETS += arpd
|
||
|
-endif
|
||
|
+#ifeq ($(HAVE_BERKELEY_DB),y)
|
||
|
+# TARGETS += arpd
|
||
|
+#endif
|
||
|
|
||
|
all: $(TARGETS)
|
||
|
|