OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/misc/Makefile |
2 | +++ b/misc/Makefile |
||
3 | @@ -6,9 +6,9 @@ TARGETS=ss nstat ifstat rtacct lnstat |
||
4 | |||
5 | include ../config.mk |
||
6 | |||
7 | -ifeq ($(HAVE_BERKELEY_DB),y) |
||
8 | - TARGETS += arpd |
||
9 | -endif |
||
10 | +#ifeq ($(HAVE_BERKELEY_DB),y) |
||
11 | +# TARGETS += arpd |
||
12 | +#endif |
||
13 | |||
14 | all: $(TARGETS) |
||
15 |