summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2006-11-07 18:07:24 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2006-11-07 18:07:24 +0000
commitae8fe85df1ec667f2a13851b10c6cc6c2342ad67 (patch)
tree9b4b7a0948e31082f58a8d13deb03eb8079eb47b
parent79acf241eb0fee1f19fb2c48eeeb788c12c478e9 (diff)
remove nasty ugly horrid hack that was for armish but was copied...
-rw-r--r--distrib/landisk/ramdisk/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/distrib/landisk/ramdisk/Makefile b/distrib/landisk/ramdisk/Makefile
index 7cda8104d78..4efb689b6ab 100644
--- a/distrib/landisk/ramdisk/Makefile
+++ b/distrib/landisk/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2006/11/03 21:28:15 drahn Exp $
+# $OpenBSD: Makefile,v 1.3 2006/11/07 18:07:23 drahn Exp $
REV= ${OSrev}
@@ -39,13 +39,6 @@ all: ${BSD_RD}
${BSD_RD}: ${CBIN} ${IMAGE} bsd rdsetroot
cp bsd ${BSD_RD}
- awk 'BEGIN { printf("%c", 192); }' < /dev/null | dd of=${BSD_RD} bs=1 count=1 seek=95 conv=notrunc 2>/dev/null;
- awk 'BEGIN { printf("%c", 192); }' < /dev/null | dd of=${BSD_RD} bs=1 count=1 seek=127 conv=notrunc 2>/dev/null;
- awk 'BEGIN { printf("%c", 192); }' < /dev/null | dd of=${BSD_RD} bs=1 count=1 seek=159 conv=notrunc 2>/dev/null;
- ${.OBJDIR}/rdsetroot ${BSD_RD} < ${IMAGE}
- dd if=/dev/zero of=${BSD_RD} bs=1 count=1 seek=95 conv=notrunc 2>/dev/null;
- dd if=/dev/zero of=${BSD_RD} bs=1 count=1 seek=127 conv=notrunc 2>/dev/null;
- dd if=/dev/zero of=${BSD_RD} bs=1 count=1 seek=159 conv=notrunc 2>/dev/null;
${IMAGE}: rd_setup do_files rd_teardown