diff options
-rw-r--r-- | distrib/ramdisk/Makefile | 4 |
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 "" |