From 6879612b7d7e67eb54977949544e3092c4c2c71d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 30 Apr 2019 23:25:20 +0000 Subject: repair more trivial differences --- distrib/amd64/ramdisk_cd/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'distrib/amd64/ramdisk_cd') diff --git a/distrib/amd64/ramdisk_cd/Makefile b/distrib/amd64/ramdisk_cd/Makefile index c5d8fd53d18..1620649c708 100644 --- a/distrib/amd64/ramdisk_cd/Makefile +++ b/distrib/amd64/ramdisk_cd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2019/04/30 21:14:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.16 2019/04/30 23:25:19 deraadt Exp $ FS= miniroot${OSrev}.fs FSSIZE= 9600 @@ -12,9 +12,9 @@ UTILS= ${.CURDIR}/../../miniroot EFIBOOT= ${DESTDIR}/usr/mdec/BOOTX64.EFI ${DESTDIR}/usr/mdec/BOOTIA32.EFI -all: ${FS} ${CDROM} +all: ${FS} ${CDROM} -${FS}: bsd.gz +${FS}: bsd.gz dd if=/dev/zero of=${FS} bs=512 count=${FSSIZE} vnconfig -v ${FS} > vnd fdisk -yi -l ${FSSIZE} -b 960 -f ${DESTDIR}/usr/mdec/mbr `cat vnd` @@ -100,7 +100,8 @@ unconfig: install: cp bsd.rd ${RELEASEDIR}/bsd.rd chmod a+r ${RELEASEDIR}/bsd.rd - cp ${FS} ${CDROM} ${RELEASEDIR} + cp ${FS} ${RELEASEDIR} + cp ${CDROM} ${RELEASEDIR} .endif clean cleandir: -- cgit v1.2.3