From 73c00cf43fbd6710d910dd7ed8482257e9031c68 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Thu, 30 May 1996 02:19:03 +0000 Subject: [PATCH] Setgid kmem not required. Submitted by: smpatel (Sujal Patel) --- usr.bin/modstat/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.bin/modstat/Makefile b/usr.bin/modstat/Makefile index a602bb9debcb..c7f18f1cbf4a 100644 --- a/usr.bin/modstat/Makefile +++ b/usr.bin/modstat/Makefile @@ -33,12 +33,10 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.4 1994/02/09 15:02:19 deraadt Exp $ +# $Id: Makefile,v 1.1 1994/08/19 12:14:02 davidg Exp $ # PROG= modstat MAN8= modstat.8 -BINGRP= kmem -BINMODE=2555 .include