diff options
Diffstat (limited to 'distrib/amd64/ramdisk_cd/Makefile')
-rw-r--r-- | distrib/amd64/ramdisk_cd/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
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: |