don't need to be su-gid kmem anymore

This commit is contained in:
glass 1994-02-01 05:33:42 +00:00
parent 942e48e672
commit 0978549a17
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#
# NetBSD Makefile
#
# $Id: Makefile,v 1.17 1994/01/31 08:37:32 glass Exp $
# $Id: Makefile,v 1.18 1994/02/01 05:33:42 glass Exp $
# @(#)Makefile 8.2 (Berkeley) 8/15/93
PROG= sendmail
@ -32,8 +32,7 @@ LINKS= /usr/sbin/sendmail /usr/bin/newaliases \
/usr/sbin/sendmail /usr/bin/mailq
BINDIR= /usr/sbin
BINOWN= root
BINGRP= kmem
BINMODE=6555
BINMODE=4555
beforeinstall:
# install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \

View File

@ -1,7 +1,7 @@
#
# NetBSD Makefile
#
# $Id: Makefile.NetBSD,v 1.2 1994/01/31 02:40:16 glass Exp $
# $Id: Makefile.NetBSD,v 1.3 1994/02/01 05:33:44 glass Exp $
# @(#)Makefile 8.2 (Berkeley) 8/15/93
PROG= sendmail
@ -32,8 +32,7 @@ LINKS= /usr/sbin/sendmail /usr/bin/newaliases \
/usr/sbin/sendmail /usr/bin/mailq
BINDIR= /usr/sbin
BINOWN= root
BINGRP= kmem
BINMODE=6555
BINMODE=4555
beforeinstall:
# install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \