summaryrefslogtreecommitdiff
path: root/usr.sbin/mrinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mrinfo/Makefile')
-rw-r--r--usr.sbin/mrinfo/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/mrinfo/Makefile b/usr.sbin/mrinfo/Makefile
index 0d25f559423..ecd78fffea8 100644
--- a/usr.sbin/mrinfo/Makefile
+++ b/usr.sbin/mrinfo/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 1997/09/21 11:43:55 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2003/03/04 22:24:35 deraadt Exp $
.PATH: ${.CURDIR}/../mrouted
CFLAGS+= -I${.CURDIR}/../mrouted
@@ -6,7 +6,5 @@ CFLAGS+= -I${.CURDIR}/../mrouted
PROG= mrinfo
SRCS= igmp.c inet.c kern.c mrinfo.c
MAN= mrinfo.8
-BINOWN= root
-BINMODE=4555
.include <bsd.prog.mk>