summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/mtrace/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-06-21 18:30:16 +0000
committerwollman <wollman@FreeBSD.org>1995-06-21 18:30:16 +0000
commita7fec366ae5d9ea5f0e0586be7d81085da1afffa (patch)
tree901a230675f59ca83d3c1ee963c2bbff04cc6ee9 /usr.sbin/mrouted/mtrace/Makefile
parent78565dfd0b04346a7c805976c159faf5d54e7032 (diff)
downloadFreeBSD-src-a7fec366ae5d9ea5f0e0586be7d81085da1afffa.zip
FreeBSD-src-a7fec366ae5d9ea5f0e0586be7d81085da1afffa.tar.gz
Bill Fenner points out that mrinfo and mtrace should probably be set-uid
root so that normal users can use them. The same caveats apply as for regular traceroute.
Diffstat (limited to 'usr.sbin/mrouted/mtrace/Makefile')
-rw-r--r--usr.sbin/mrouted/mtrace/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/mrouted/mtrace/Makefile b/usr.sbin/mrouted/mtrace/Makefile
index 2dd538b..017e181 100644
--- a/usr.sbin/mrouted/mtrace/Makefile
+++ b/usr.sbin/mrouted/mtrace/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1994/09/08 02:51:37 wollman Exp $
PROG= mtrace
@@ -15,6 +15,8 @@ DPADD+= $S/common/libmrouted.a
.endif
SRCS= mtrace.c
-NOMAN=
+MAN8= ${.CURDIR}/../mtrace.8
+BINOWN= root
+BINMODE=4755
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud