summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/Makefile
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-01-13 23:05:26 +0000
committergrog <grog@FreeBSD.org>1999-01-13 23:05:26 +0000
commit5052329e9614f52943abb3b66d3fd17c5abeebd4 (patch)
tree251a011b24ed55e3c8afe6cb6f60e25b41e31fab /sbin/vinum/Makefile
parente7c0e116e666dd0c045aa74d48e36d646d2c65ac (diff)
downloadFreeBSD-src-5052329e9614f52943abb3b66d3fd17c5abeebd4.zip
FreeBSD-src-5052329e9614f52943abb3b66d3fd17c5abeebd4.tar.gz
Don't install vinum(8) sgid.
Reported-by: Paul Hart <hart@iserver.com>
Diffstat (limited to 'sbin/vinum/Makefile')
-rw-r--r--sbin/vinum/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index 23559d5..a566059 100644
--- a/sbin/vinum/Makefile
+++ b/sbin/vinum/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1998/12/28 11:06:21 sos Exp $
+# $Id: Makefile,v 1.4 1998/12/28 16:32:39 peter Exp $
PROG= vinum
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
@@ -8,7 +8,7 @@ CFLAGS+= -I${.CURDIR}/../../sys -g -Wall -DVINUMDEBUG -DRAID5
DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP}
LDADD= -lutil -lreadline -ltermcap
BINGRP= kmem
-BINMODE= 2555
+BINMODE= 555
.PATH: ${.CURDIR}/../../sys/dev/vinum
OpenPOWER on IntegriCloud