summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e60ed80..3a4198e 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ endif
endif
# -------------------------------------
-TARGETS=ping tracepath tracepath6 traceroute6 clockdiff rdisc arping tftpd rarpd
+TARGETS=ping tracepath traceroute6 clockdiff rdisc arping tftpd rarpd
LDLIBS=$(LDLIB) $(ADDLIB)
@@ -175,10 +175,6 @@ LIB_rdisc =
DEF_tracepath = $(DEF_IDN)
LIB_tracepath = $(LIB_IDN)
-# tracepath6
-DEF_tracepath6 = $(DEF_IDN)
-LIB_tracepath6 =
-
# traceroute6
DEF_traceroute6 = $(DEF_CAP) $(DEF_IDN)
LIB_traceroute6 = $(LIB_CAP) $(LIB_IDN)