blob: 95dbe51ec0ca097059db3d29af9fa101633017a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
disable compiling of arpd since it needs berkeley db which we dont have
yet
--- iproute2-2.6.29-1.orig/misc/Makefile 2009-03-24 23:40:54.000000000 +0100
+++ iproute2-2.6.29-1/misc/Makefile 2009-08-22 02:48:24.794861772 +0200
@@ -1,7 +1,7 @@
SSOBJ=ss.o ssfilter.o
LNSTATOBJ=lnstat.o lnstat_util.o
-TARGETS=ss nstat ifstat rtacct arpd lnstat
+TARGETS=ss nstat ifstat rtacct lnstat
include ../Config
|