MLINKS traceroute.8 traceroute6.8
authorflorian <florian@openbsd.org>
Fri, 25 Apr 2014 12:10:45 +0000 (12:10 +0000)
committerflorian <florian@openbsd.org>
Fri, 25 Apr 2014 12:10:45 +0000 (12:10 +0000)
"sure" jmc@

usr.sbin/traceroute/Makefile
usr.sbin/traceroute6/Makefile

index 5a448b0..4ea6d80 100644 (file)
@@ -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
 
index 3126175..2277377 100644 (file)
@@ -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>