File: targets.diff

package info (click to toggle)
iputils 3%3A20100418-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 836 kB
  • ctags: 1,040
  • sloc: ansic: 8,452; perl: 585; makefile: 169; sh: 37
file content (13 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: trunk/Makefile
===================================================================
--- trunk.orig/Makefile	2010-05-07 23:43:00.000000000 -0700
+++ trunk/Makefile	2010-05-07 23:47:10.000000000 -0700
@@ -16,7 +16,7 @@
 CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
 CFLAGS=$(CCOPT) $(GLIBCFIX) $(DEFINES) 
 
-IPV4_TARGETS=tracepath ping clockdiff rdisc arping tftpd rarpd
+IPV4_TARGETS=tracepath ping arping clockdiff
 IPV6_TARGETS=tracepath6 traceroute6 ping6
 TARGETS=$(IPV4_TARGETS) $(IPV6_TARGETS)