summaryrefslogtreecommitdiff
path: root/distrib/alpha
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-05 21:17:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-05 21:17:02 +0000
commitb2122dc141c0f564a99477ddb15cdd9e5e457814 (patch)
tree7c51fa583048b51c346dc4cd40d81b805be8c8ac /distrib/alpha
parent5f69d2e9677b2419ed7e9bbaf31a70ab46d11923 (diff)
make depend (in this case) is a total waste of time
Diffstat (limited to 'distrib/alpha')
-rw-r--r--distrib/alpha/ramdisk/Makefile4
1 files changed, 2 insertions, 2 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