summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-04-16 16:34:09 +0000
committerkato <kato@FreeBSD.org>1998-04-16 16:34:09 +0000
commiteeffdd2af806c4515b0915c0d802c22664c96f3d (patch)
treee66f3fb76ed9fe55d8f98ddbbbe398aeeca8f1c9 /sys
parent22eae29062ea09e1e35f8389fb872f4ceab992dc (diff)
downloadFreeBSD-src-eeffdd2af806c4515b0915c0d802c22664c96f3d.zip
FreeBSD-src-eeffdd2af806c4515b0915c0d802c22664c96f3d.tar.gz
Sync with sys/i386/conf/Makefile.i386 revision 1.108.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/Makefile.pc984
-rw-r--r--sys/pc98/conf/Makefile.pc984
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index edb7f6c..18bfa3d 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.pc98,v 1.25 1997/12/20 02:37:55 kato Exp $
+# $Id: Makefile.pc98,v 1.26 1998/01/31 13:45:28 kato Exp $
#
# Makefile for FreeBSD
#
@@ -217,7 +217,7 @@ install:
mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \
fi \
fi
- install -c -m 555 -o root -g wheel -fschg kernel ${DESTDIR}/
+ install -c -m 440 -o root -g kmem -fschg kernel ${DESTDIR}/
ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h \
${I386}/isa/isa_device.h ${PC98}/pc98/pc98.h ${I386}/isa/icu.h
diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98
index edb7f6c..18bfa3d 100644
--- a/sys/pc98/conf/Makefile.pc98
+++ b/sys/pc98/conf/Makefile.pc98
@@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.pc98,v 1.25 1997/12/20 02:37:55 kato Exp $
+# $Id: Makefile.pc98,v 1.26 1998/01/31 13:45:28 kato Exp $
#
# Makefile for FreeBSD
#
@@ -217,7 +217,7 @@ install:
mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \
fi \
fi
- install -c -m 555 -o root -g wheel -fschg kernel ${DESTDIR}/
+ install -c -m 440 -o root -g kmem -fschg kernel ${DESTDIR}/
ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h \
${I386}/isa/isa_device.h ${PC98}/pc98/pc98.h ${I386}/isa/icu.h
OpenPOWER on IntegriCloud