diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-05 21:17:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-05 21:17:02 +0000 |
commit | b2122dc141c0f564a99477ddb15cdd9e5e457814 (patch) | |
tree | 7c51fa583048b51c346dc4cd40d81b805be8c8ac /distrib/miniroot/Makefile | |
parent | 5f69d2e9677b2419ed7e9bbaf31a70ab46d11923 (diff) |
make depend (in this case) is a total waste of time
Diffstat (limited to 'distrib/miniroot/Makefile')
-rw-r--r-- | distrib/miniroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |