diff options
-rw-r--r-- | sys/conf/Makefile.i386 | 4 | ||||
-rw-r--r-- | sys/conf/Makefile.powerpc | 4 | ||||
-rw-r--r-- | sys/i386/conf/Makefile.i386 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index ee984a3..8ade6a8 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.107 1998/01/31 04:23:15 eivind Exp $ +# $Id: Makefile.i386,v 1.108 1998/04/15 17:53:32 dima Exp $ # # Makefile for FreeBSD # @@ -213,7 +213,7 @@ install: mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \ fi \ fi - install -c -m 440 -o root -g kmem -fschg kernel ${DESTDIR}/ + install -c -m 555 -o root -g wheel -fschg kernel ${DESTDIR}/ ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h \ ${I386}/isa/isa_device.h ${I386}/isa/isa.h ${I386}/isa/icu.h diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index ee984a3..8ade6a8 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.107 1998/01/31 04:23:15 eivind Exp $ +# $Id: Makefile.i386,v 1.108 1998/04/15 17:53:32 dima Exp $ # # Makefile for FreeBSD # @@ -213,7 +213,7 @@ install: mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \ fi \ fi - install -c -m 440 -o root -g kmem -fschg kernel ${DESTDIR}/ + install -c -m 555 -o root -g wheel -fschg kernel ${DESTDIR}/ ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h \ ${I386}/isa/isa_device.h ${I386}/isa/isa.h ${I386}/isa/icu.h diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index ee984a3..8ade6a8 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.107 1998/01/31 04:23:15 eivind Exp $ +# $Id: Makefile.i386,v 1.108 1998/04/15 17:53:32 dima Exp $ # # Makefile for FreeBSD # @@ -213,7 +213,7 @@ install: mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \ fi \ fi - install -c -m 440 -o root -g kmem -fschg kernel ${DESTDIR}/ + install -c -m 555 -o root -g wheel -fschg kernel ${DESTDIR}/ ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h \ ${I386}/isa/isa_device.h ${I386}/isa/isa.h ${I386}/isa/icu.h |