summaryrefslogtreecommitdiff
path: root/usr.sbin/mrinfo/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-04 22:24:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-04 22:24:36 +0000
commit33577054db54f8d9e821ee6afc97ff3e09150fa5 (patch)
tree353c093c6f8d5cd5218c27b25101dca16658ce47 /usr.sbin/mrinfo/Makefile
parentf41ddbfe3edcbe6efc675fd6ef9ace74cf66004e (diff)
skip this setuid stuff
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>