From b2122dc141c0f564a99477ddb15cdd9e5e457814 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 5 Sep 1997 21:17:02 +0000 Subject: make depend (in this case) is a total waste of time --- distrib/miniroot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/miniroot/Makefile') 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 -- cgit v1.2.3