mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
20 lines
355 B
Diff
20 lines
355 B
Diff
--- a/misc/Makefile
|
|
+++ b/misc/Makefile
|
|
@@ -2,13 +2,13 @@
|
|
SSOBJ=ss.o ssfilter_check.o ssfilter.tab.o
|
|
LNSTATOBJ=lnstat.o lnstat_util.o
|
|
|
|
-TARGETS=ss nstat ifstat rtacct lnstat
|
|
+TARGETS=ss nstat
|
|
|
|
include ../config.mk
|
|
|
|
-ifeq ($(HAVE_BERKELEY_DB),y)
|
|
- TARGETS += arpd
|
|
-endif
|
|
+#ifeq ($(HAVE_BERKELEY_DB),y)
|
|
+# TARGETS += arpd
|
|
+#endif
|
|
|
|
all: $(TARGETS)
|
|
|