Sync with sys/i386/conf/Makefile.i386 revision 1.108.

This commit is contained in:
KATO Takenori 1998-04-16 16:34:09 +00:00
parent 5b24b4a0a4
commit 3755fd6d2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35234
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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