summaryrefslogtreecommitdiff
path: root/distrib/octeon/ramdisk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-30 23:25:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-30 23:25:20 +0000
commit6879612b7d7e67eb54977949544e3092c4c2c71d (patch)
treef7d586fa6b8fb028d8e2b43939b709e9d85903a6 /distrib/octeon/ramdisk
parent0f12bba78f77a96e40be5f828ab6d636a53ee25e (diff)
repair more trivial differences
Diffstat (limited to 'distrib/octeon/ramdisk')
-rw-r--r--distrib/octeon/ramdisk/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/distrib/octeon/ramdisk/Makefile b/distrib/octeon/ramdisk/Makefile
index 6d621977dcf..4d391d4bf17 100644
--- a/distrib/octeon/ramdisk/Makefile
+++ b/distrib/octeon/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2019/04/30 21:14:59 deraadt Exp $
+# $OpenBSD: Makefile,v 1.13 2019/04/30 23:25:19 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 24576
@@ -14,7 +14,7 @@ NEWFSARGS= -t msdos
MRDISKTYPE= rdroot
MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096
-all: ${FS}
+all: ${FS}
${FS}: bsd.rd
dd if=/dev/zero of=${FS} bs=512 count=${FSSIZE}
@@ -29,8 +29,6 @@ ${FS}: bsd.rd
vnconfig -u `cat vnd`
rm -f vnd
-all: bsd.rd
-
bsd.rd: mr.fs bsd
cp bsd bsd.rd
rdsetroot bsd.rd mr.fs