summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/conf/Makefile.alpha6
-rw-r--r--sys/conf/Makefile.alpha6
-rw-r--r--sys/conf/Makefile.i3866
-rw-r--r--sys/conf/Makefile.powerpc6
-rw-r--r--sys/i386/conf/Makefile.i3866
5 files changed, 25 insertions, 5 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha
index c254e78877f9..404df912c483 100644
--- a/sys/alpha/conf/Makefile.alpha
+++ b/sys/alpha/conf/Makefile.alpha
@@ -1,7 +1,7 @@
# Makefile.alpha -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.alpha 7.1 5/10/91
-# $Id: Makefile.alpha,v 1.22 1999/04/21 19:50:27 dfr Exp $
+# $Id: Makefile.alpha,v 1.23 1999/04/24 21:38:49 peter Exp $
#
# Makefile for FreeBSD
#
@@ -271,6 +271,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}
+
ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h
${CC} -c ${CFLAGS} ioconf.c
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index c254e78877f9..404df912c483 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -1,7 +1,7 @@
# Makefile.alpha -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.alpha 7.1 5/10/91
-# $Id: Makefile.alpha,v 1.22 1999/04/21 19:50:27 dfr Exp $
+# $Id: Makefile.alpha,v 1.23 1999/04/24 21:38:49 peter Exp $
#
# Makefile for FreeBSD
#
@@ -271,6 +271,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}
+
ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h
${CC} -c ${CFLAGS} ioconf.c
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 7615e77a2bfe..d091926ed272 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.147 1999/04/19 14:14:08 peter Exp $
+# $Id: Makefile.i386,v 1.148 1999/04/24 21:38:50 peter Exp $
#
# Makefile for FreeBSD
#
@@ -241,6 +241,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/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 7615e77a2bfe..d091926ed272 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.147 1999/04/19 14:14:08 peter Exp $
+# $Id: Makefile.i386,v 1.148 1999/04/24 21:38:50 peter Exp $
#
# Makefile for FreeBSD
#
@@ -241,6 +241,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/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 7615e77a2bfe..d091926ed272 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.147 1999/04/19 14:14:08 peter Exp $
+# $Id: Makefile.i386,v 1.148 1999/04/24 21:38:50 peter Exp $
#
# Makefile for FreeBSD
#
@@ -241,6 +241,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}