summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/mrouted/mrinfo/Makefile4
-rw-r--r--usr.sbin/mrouted/mtrace/Makefile6
2 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile
index a546464..f0a1312 100644
--- a/usr.sbin/mrouted/mrinfo/Makefile
+++ b/usr.sbin/mrouted/mrinfo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/08 02:51:34 wollman Exp $
+# $Id: Makefile,v 1.2 1995/03/31 21:16:59 wollman Exp $
PROG= mrinfo
@@ -16,5 +16,7 @@ DPADD+= $S/common/libmrouted.a
SRCS= mrinfo.c
MAN8= ${.CURDIR}/../mrinfo.8
+BINOWN= root
+BINMODE=4755
.include <bsd.prog.mk>
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