summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2014-04-25 12:10:45 +0000
committerflorian <florian@openbsd.org>2014-04-25 12:10:45 +0000
commitbf8ae2a6f203362bdf9f39248c7d89c3663b1a1d (patch)
tree6b673473ac23ed102d3b544a584678a3df45416f
parentMerge traceroute6 man page with traceroute. (diff)
downloadwireguard-openbsd-bf8ae2a6f203362bdf9f39248c7d89c3663b1a1d.tar.xz
wireguard-openbsd-bf8ae2a6f203362bdf9f39248c7d89c3663b1a1d.zip
MLINKS traceroute.8 traceroute6.8
"sure" jmc@
-rw-r--r--usr.sbin/traceroute/Makefile3
-rw-r--r--usr.sbin/traceroute6/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile
index 5a448b0d406..4ea6d8067d5 100644
--- a/usr.sbin/traceroute/Makefile
+++ b/usr.sbin/traceroute/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2014/04/23 08:44:50 florian Exp $
+# $OpenBSD: Makefile,v 1.7 2014/04/25 12:10:45 florian Exp $
PROG= traceroute
@@ -8,6 +8,7 @@ CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
MAN= traceroute.8
+MLINKS= traceroute.8 traceroute6.8
BINOWN= root
BINMODE=4555
diff --git a/usr.sbin/traceroute6/Makefile b/usr.sbin/traceroute6/Makefile
index 31261755ff2..22773774db1 100644
--- a/usr.sbin/traceroute6/Makefile
+++ b/usr.sbin/traceroute6/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2014/04/23 08:44:50 florian Exp $
+# $OpenBSD: Makefile,v 1.9 2014/04/25 12:10:45 florian Exp $
PROG= traceroute6
@@ -13,6 +13,6 @@ CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
-MAN= traceroute6.8
+NOMAN= yes
.include <bsd.prog.mk>