summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/alpha/ramdisk/Makefile4
-rw-r--r--distrib/arc/floppies/kernel/Makefile4
-rw-r--r--distrib/arc/ramdisk/Makefile4
-rw-r--r--distrib/hp300/ramdisk/Makefile8
-rw-r--r--distrib/i386/floppies/kc/Makefile4
-rw-r--r--distrib/i386/floppies/ramdisk/Makefile4
-rw-r--r--distrib/miniroot/Makefile4
-rw-r--r--distrib/mvme68k/ramdisk/Makefile2
-rw-r--r--distrib/ramdisk/Makefile4
-rw-r--r--distrib/sparc/floppies/kernel/Makefile4
10 files changed, 21 insertions, 21 deletions
diff --git a/distrib/alpha/ramdisk/Makefile b/distrib/alpha/ramdisk/Makefile
index d45342e4f91..630a9088dc7 100644
--- a/distrib/alpha/ramdisk/Makefile
+++ b/distrib/alpha/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 1997/07/05 23:10:06 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 1997/09/05 21:16:42 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -76,7 +76,7 @@ bsd.rd: bsd ${IMAGE} ecoffrdsetroot
bsd:
cd ${.CURDIR}/../../../sys/arch/alpha/conf && config RAMDISK
cd ${.CURDIR}/../../../sys/arch/alpha/compile/RAMDISK && \
- make clean && make depend && make
+ make clean && make
cp ${.CURDIR}/../../../sys/arch/alpha/compile/RAMDISK/bsd bsd
${IMAGE}: do_prep do_mount do_files do_umount
diff --git a/distrib/arc/floppies/kernel/Makefile b/distrib/arc/floppies/kernel/Makefile
index 9f286de8235..e09ee270813 100644
--- a/distrib/arc/floppies/kernel/Makefile
+++ b/distrib/arc/floppies/kernel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1997/05/14 18:38:53 niklas Exp $
+# $OpenBSD: Makefile,v 1.4 1997/09/05 21:16:44 deraadt Exp $
.include "../Makefile.inc"
@@ -16,7 +16,7 @@ LISTS= ${.CURDIR}/list
bsd:
cd ${.CURDIR}/../../../../sys/arch/sparc/conf && config FLOPPY
cd ${.CURDIR}/../../../../sys/arch/sparc/compile/FLOPPY && \
- make clean && make depend && make
+ make clean && make
cp ${.CURDIR}/../../../../sys/arch/sparc/compile/FLOPPY/bsd bsd
all: bsd
diff --git a/distrib/arc/ramdisk/Makefile b/distrib/arc/ramdisk/Makefile
index 0750c1178d3..c1c365f710b 100644
--- a/distrib/arc/ramdisk/Makefile
+++ b/distrib/arc/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 1997/05/24 14:21:00 pefo Exp $
+# $OpenBSD: Makefile,v 1.7 1997/09/05 21:16:46 deraadt Exp $
# NOTE! We don't do crunched yet!
@@ -48,7 +48,7 @@ ${IMAGE}: rd_setup do_files rd_teardown
bsd:
cd ${.TOP}/../../sys/arch/arc/conf && config RAMDISK
cd ${.TOP}/../../sys/arch/arc/compile/RAMDISK && \
- make clean && make depend && make
+ make clean && make
cp ${.TOP}/../../sys/arch/arc/compile/RAMDISK/bsd bsd
rd_setup:
diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile
index 574b89af86b..9079cfe869d 100644
--- a/distrib/hp300/ramdisk/Makefile
+++ b/distrib/hp300/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 1997/05/14 18:38:57 niklas Exp $
+# $OpenBSD: Makefile,v 1.6 1997/09/05 21:16:48 deraadt Exp $
# $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $
TOP= ${.CURDIR}/..
@@ -35,9 +35,9 @@ bsd.rd: ${IMAGE} bsd rdsetroot
${.OBJDIR}/rdsetroot bsd.rd < ${IMAGE}
bsd:
-# cd ${.CURDIR}/../../../sys/arch/hp300/conf && config RAMDISK
-# cd ${.CURDIR}/../../../sys/arch/hp300/compile/RAMDISK && \
-# make clean && make depend && make
+ cd ${.CURDIR}/../../../sys/arch/hp300/conf && config RAMDISK
+ cd ${.CURDIR}/../../../sys/arch/hp300/compile/RAMDISK && \
+ make clean && make
cp ${.CURDIR}/../../../sys/arch/hp300/compile/RAMDISK/bsd bsd
${IMAGE}: ${CBIN} rd_setup do_files rd_teardown
diff --git a/distrib/i386/floppies/kc/Makefile b/distrib/i386/floppies/kc/Makefile
index 84d52100c06..be360e4463e 100644
--- a/distrib/i386/floppies/kc/Makefile
+++ b/distrib/i386/floppies/kc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 1997/05/14 18:38:59 niklas Exp $
+# $OpenBSD: Makefile,v 1.16 1997/09/05 21:16:50 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -21,7 +21,7 @@ MTREE= ${.CURDIR}/mtree.conf
bsd:
cd ${.CURDIR}/../../../../sys/arch/i386/conf && config INST
cd ${.CURDIR}/../../../../sys/arch/i386/compile/INST && \
- make clean && make depend && make
+ make clean && make
cp ${.CURDIR}/../../../../sys/arch/i386/compile/INST/bsd bsd
strip bsd
diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile
index f1e9a2a2813..068c26dfad2 100644
--- a/distrib/i386/floppies/ramdisk/Makefile
+++ b/distrib/i386/floppies/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.24 1997/09/05 09:05:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.25 1997/09/05 21:16:51 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -61,7 +61,7 @@ bsd.rd: ${IMAGE} bsd rdsetroot
bsd:
cd ${.CURDIR}/../../../../sys/arch/i386/conf && config RAMDISK
cd ${.CURDIR}/../../../../sys/arch/i386/compile/RAMDISK && \
- make clean && make depend && make
+ make clean && make
cp ${.CURDIR}/../../../../sys/arch/i386/compile/RAMDISK/bsd bsd
${IMAGE}: ${CBIN} rd_setup do_files rd_teardown
diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile
index a4a8bcba601..30c59f9ef17 100644
--- a/distrib/miniroot/Makefile
+++ b/distrib/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 1997/05/23 18:31:28 deraadt Exp $
+# $OpenBSD: Makefile,v 1.17 1997/09/05 21:16:53 deraadt Exp $
# $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $
# Revision is 2.1
@@ -38,7 +38,7 @@ all:
bsd:
cd ${.CURDIR}/../../sys/arch/${MACHINE}/conf && config GENERIC
cd ${.CURDIR}/../../sys/arch/${MACHINE}/compile/GENERIC && \
- make clean && make depend && make
+ make clean && make
cp ${.CURDIR}/../../sys/arch/${MACHINE}/compile/GENERIC/bsd bsd
all: ${CBIN} bsd
diff --git a/distrib/mvme68k/ramdisk/Makefile b/distrib/mvme68k/ramdisk/Makefile
index a6cd7598da3..c6cc5bf823f 100644
--- a/distrib/mvme68k/ramdisk/Makefile
+++ b/distrib/mvme68k/ramdisk/Makefile
@@ -54,7 +54,7 @@ bsd.rd: ${IMAGE} bsd rdsetroot
bsd:
cd ${.CURDIR}/../../../sys/arch/mvme68k/conf && config MINIROOT
cd ${.CURDIR}/../../../sys/arch/mvme68k/compile/MINIROOT && \
- make clean && make depend && make
+ make clean && make
cp ${.CURDIR}/../../../sys/arch/mvme68k/compile/MINIROOT/bsd bsd
${IMAGE}: ${CBIN} rd_setup do_files rd_teardown
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index d32c218893f..ce90040adae 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 1997/05/30 17:29:39 grr Exp $
+# $OpenBSD: Makefile,v 1.7 1997/09/05 21:16:58 deraadt Exp $
# $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $
# Revision is 2.1
@@ -76,7 +76,7 @@ ${FLOPPY}: bsd.gz ${BOOT} ${BOOTXX}
bsd:
cd ${.CURDIR}/../../sys/arch/${MACHINE}/conf && config ${KERNEL}
cd ${.CURDIR}/../../sys/arch/${MACHINE}/compile/${KERNEL} && \
- make clean && make depend && make
+ make clean && make
cp ${.CURDIR}/../../sys/arch/${MACHINE}/compile/${KERNEL}/bsd bsd
bsd.rd: bsd ${IMAGE} rdsetroot
diff --git a/distrib/sparc/floppies/kernel/Makefile b/distrib/sparc/floppies/kernel/Makefile
index de108ab8fe4..2d6c61c22ce 100644
--- a/distrib/sparc/floppies/kernel/Makefile
+++ b/distrib/sparc/floppies/kernel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 1997/05/14 18:39:07 niklas Exp $
+# $OpenBSD: Makefile,v 1.11 1997/09/05 21:17:01 deraadt Exp $
.include "../Makefile.inc"
@@ -16,7 +16,7 @@ LISTS= ${.CURDIR}/list
bsd:
cd ${.CURDIR}/../../../../sys/arch/sparc/conf && config FLOPPY
cd ${.CURDIR}/../../../../sys/arch/sparc/compile/FLOPPY && \
- make clean && make depend && make
+ make clean && make
cp ${.CURDIR}/../../../../sys/arch/sparc/compile/FLOPPY/bsd bsd
all: bsd