e7c179326a
The musl compatibility patches are now included in the upstream version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
15 lines
254 B
Diff
15 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)
|
|
|