summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2014-04-26 11:02:45 +0000
committerflorian <florian@openbsd.org>2014-04-26 11:02:45 +0000
commita097e2308bd17902b3b69a46860074b8ffac6543 (patch)
tree29778994ff1d3117e6b14c9758c3629af2f23c35 /usr.sbin/traceroute
parentremove a duplicate break statement (diff)
downloadwireguard-openbsd-a097e2308bd17902b3b69a46860074b8ffac6543.tar.xz
wireguard-openbsd-a097e2308bd17902b3b69a46860074b8ffac6543.zip
Link traceroute6 to traceroute, thus completing the merge.
I was originally sent on this little errand by deraadt@. OK sthen@, benno@ (Committing from a bus somewhere in germany on its way to berlin.)
Diffstat (limited to 'usr.sbin/traceroute')
-rw-r--r--usr.sbin/traceroute/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile
index 4ea6d8067d5..2398ba34e88 100644
--- a/usr.sbin/traceroute/Makefile
+++ b/usr.sbin/traceroute/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2014/04/25 12:10:45 florian Exp $
+# $OpenBSD: Makefile,v 1.8 2014/04/26 11:02:45 florian Exp $
PROG= traceroute
@@ -9,6 +9,8 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
MAN= traceroute.8
MLINKS= traceroute.8 traceroute6.8
+
+LINKS= ${BINDIR}/traceroute ${BINDIR}/traceroute6
BINOWN= root
BINMODE=4555