2012-05-16 15:23:12 +00:00
|
|
|
--- a/misc/Makefile
|
|
|
|
+++ b/misc/Makefile
|
2016-02-01 18:04:00 +00:00
|
|
|
@@ -5,9 +5,9 @@ TARGETS=ss nstat ifstat rtacct lnstat
|
|
|
|
|
2017-11-28 07:15:50 +00:00
|
|
|
include ../config.mk
|
2016-02-01 18:04:00 +00:00
|
|
|
|
2016-01-03 20:56:45 +00:00
|
|
|
-ifeq ($(HAVE_BERKELEY_DB),y)
|
|
|
|
- TARGETS += arpd
|
|
|
|
-endif
|
|
|
|
+#ifeq ($(HAVE_BERKELEY_DB),y)
|
|
|
|
+# TARGETS += arpd
|
|
|
|
+#endif
|
2016-02-01 18:04:00 +00:00
|
|
|
|
2017-11-28 07:15:50 +00:00
|
|
|
all: $(TARGETS)
|
|
|
|
|