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/i386/floppies/kc/Makefile | |
parent | 5f69d2e9677b2419ed7e9bbaf31a70ab46d11923 (diff) |
make depend (in this case) is a total waste of time
Diffstat (limited to 'distrib/i386/floppies/kc/Makefile')
-rw-r--r-- | distrib/i386/floppies/kc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |