1
0
This repository has been archived on 2025-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
openwrt_archive/net/iptraf/patches/005-no_size_cmd.patch
2009-12-09 18:37:08 +00:00

12 lines
249 B
Diff

--- a/src/Makefile
+++ b/src/Makefile
@@ -106,8 +106,6 @@ error.o log.o mode.o getpath.o bar.o par
BINS = iptraf rvnamed rawtime
all: $(BINS)
- @echo
- @size $(BINS)
iptraf: $(OBJS) textlib
$(CC) $(LDOPTS) $(PROF) -o iptraf $(OBJS) $(LIBS)