summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-02-15 20:28:57 +0000
committerderaadt <deraadt@openbsd.org>2002-02-15 20:28:57 +0000
commit89a881ddb31b5aca4c20d59b32f6fa0b80f5835e (patch)
tree36338f19ef285091aa6810ea02cfa4530894e7ba
parentfix the possible 4G overflow issues (diff)
downloadwireguard-openbsd-89a881ddb31b5aca4c20d59b32f6fa0b80f5835e.tar.xz
wireguard-openbsd-89a881ddb31b5aca4c20d59b32f6fa0b80f5835e.zip
backwards test
-rw-r--r--distrib/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index 3c85f8cfb13..ea0cc6a1c04 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2002/02/15 01:06:21 deraadt Exp $
+# $OpenBSD: Makefile,v 1.20 2002/02/15 20:28:57 deraadt Exp $
REV= ${OSrev}
@@ -65,7 +65,7 @@ ${FLOPPY}: bsd.gz ${BOOT} ${BOOTXX}
cp bsd.gz ${MOUNT_POINT}/bsd
${INSTALLBOOT} -v ${BOOTIN} ${BOOTXX} \
`echo ${VND_RDEV} | sed -e 's/a$$/c/'`
-.if (${MACHINE_ARCH} != "vax")
+.if (${MACHINE_ARCH} == "vax")
disklabel -B -b ${BOOTXX} ${VND}
.endif
@echo ""