artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a27de0
)
Make this work without obj directories/links
author
tholo
<tholo@openbsd.org>
Sun, 4 May 1997 20:22:14 +0000
(20:22 +0000)
committer
tholo
<tholo@openbsd.org>
Sun, 4 May 1997 20:22:14 +0000
(20:22 +0000)
distrib/i386/floppies/ramdisk/Makefile
patch
|
blob
|
history
diff --git
a/distrib/i386/floppies/ramdisk/Makefile
b/distrib/i386/floppies/ramdisk/Makefile
index
09c6c92
..
6ff21e7
100644
(file)
--- a/
distrib/i386/floppies/ramdisk/Makefile
+++ b/
distrib/i386/floppies/ramdisk/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
0 1997/05/04 03:26:2
4 tholo Exp $
+# $OpenBSD: Makefile,v 1.1
1 1997/05/04 20:22:1
4 tholo Exp $
# Revision is 2.1
REV= 21
@@
-65,7
+65,11
@@
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
bsd:
cd ${.CURDIR}/../../../../sys/arch/i386/conf && config RAMDISK