diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-04 20:52:49 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-04 20:52:49 +0000 |
commit | 51a836526a9b511c106d7b933f9e30f984b08665 (patch) | |
tree | c92c99060e193863aed1426679fedf9e4ab35706 /distrib/i386 | |
parent | 3a70279fc76f82cd94b3bf78b2805d66cc322b1a (diff) |
Better fix for getting at rdsetroot; from Dale Rahn
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index 6ff21e76675..92b05cbb19e 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1997/05/04 20:22:14 tholo Exp $ +# $OpenBSD: Makefile,v 1.12 1997/05/04 20:52:48 tholo Exp $ # Revision is 2.1 REV= 21 @@ -65,11 +65,7 @@ bsd.gz: bsd.rd bsd.rd: ${IMAGE} bsd rdsetroot cp bsd bsd.rd -.if exists(${.CURDIR}/${__objdir}) - ${.CURDIR}/${__objdir}/rdsetroot bsd.rd < ${IMAGE} -.else - ${.CURDIR}/rdsetroot bsd.rd < ${IMAGE} -.endif + ${.OBJDIR}/rdsetroot bsd.rd < ${IMAGE} bsd: cd ${.CURDIR}/../../../../sys/arch/i386/conf && config RAMDISK |