From a1fe07553155debf395271785fed4348ca9dc00d Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Sun, 9 May 1999 04:26:06 +0000 Subject: [PATCH] Sync with sys/i386/conf/Makefile.i386 revision 1.149. --- sys/conf/Makefile.pc98 | 6 +++++- sys/pc98/conf/Makefile.pc98 | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 781adc868b69..2eb3e88f2eee 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.61 1999/04/20 09:07:19 kato Exp $ +# $Id: Makefile.pc98,v 1.62 1999/04/25 04:04:24 kato Exp $ # # Makefile for FreeBSD # @@ -245,6 +245,10 @@ install install.debug: install -c -m 555 -o root -g wheel -fschg \ ${KERNEL}${.TARGET:S/install//} ${DESTDIR}/${KERNEL} +reinstall reinstall.debug: + install -c -m 555 -o root -g wheel -fschg \ + ${KERNEL}${.TARGET:S/reinstall//} ${DESTDIR}/${KERNEL} + config.o: ${NORMAL_C} diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98 index 781adc868b69..2eb3e88f2eee 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.61 1999/04/20 09:07:19 kato Exp $ +# $Id: Makefile.pc98,v 1.62 1999/04/25 04:04:24 kato Exp $ # # Makefile for FreeBSD # @@ -245,6 +245,10 @@ install install.debug: install -c -m 555 -o root -g wheel -fschg \ ${KERNEL}${.TARGET:S/install//} ${DESTDIR}/${KERNEL} +reinstall reinstall.debug: + install -c -m 555 -o root -g wheel -fschg \ + ${KERNEL}${.TARGET:S/reinstall//} ${DESTDIR}/${KERNEL} + config.o: ${NORMAL_C}