1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-09 22:38:01 -08:00
openbsd-src/etc/etc.alpha/Makefile.inc
deraadt 4675fc66a8 Change install images called *.fs to *.img. These are UFS filesystem images,
but additionally have a bootblock in the first 8K (since UFS does not use that
space).  There are some UEFI direct-from-internet bootloaders that require
the name *.img.  So this makes things more convenient for those, while keeping
it consistant in all architectures.
ok kettenis beck kn
2020-05-17 17:04:27 +00:00

14 lines
394 B
Makefile

# $OpenBSD: Makefile.inc,v 1.29 2020/05/17 17:04:28 deraadt Exp $
KERNELS += GENERIC.MP bsd.mp
bootblocks:
cp -p ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
cp -p ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}
cp -p ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR}
cp -p ${DESTDIR}/usr/mdec/netboot.mop ${RELEASEDIR}
MDEXT= bsd.rd cd${OSrev}.iso \
miniroot${OSrev}.img \
boot bootxx netboot netboot.mop