summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrinfo
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-03-04 22:24:35 +0000
committerderaadt <deraadt@openbsd.org>2003-03-04 22:24:35 +0000
commit609472993dfb8e02d828f65209fcc6a3412fbf1f (patch)
tree513f389bdfa7ae47cf1736a1b144d2753a204e04 /usr.sbin/mrinfo
parentwrap Ic in Xo/Xc until fixed (diff)
downloadwireguard-openbsd-609472993dfb8e02d828f65209fcc6a3412fbf1f.tar.xz
wireguard-openbsd-609472993dfb8e02d828f65209fcc6a3412fbf1f.zip
skip this setuid stuff
Diffstat (limited to 'usr.sbin/mrinfo')
-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>