diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-04 22:24:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-04 22:24:36 +0000 |
commit | 33577054db54f8d9e821ee6afc97ff3e09150fa5 (patch) | |
tree | 353c093c6f8d5cd5218c27b25101dca16658ce47 /usr.sbin/mrinfo/Makefile | |
parent | f41ddbfe3edcbe6efc675fd6ef9ace74cf66004e (diff) |
skip this setuid stuff
Diffstat (limited to 'usr.sbin/mrinfo/Makefile')
-rw-r--r-- | usr.sbin/mrinfo/Makefile | 4 |
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> |