Makefile revision 1.1
11.1She# $NetBSD: Makefile,v 1.1 1999/02/01 21:55:32 he Exp $ 21.1She 31.1SheTOP= ${.CURDIR}/.. 41.1She 51.1She.include "${TOP}/Makefile.inc" 61.1She 71.1SheIMAGE= boot.fs 81.1SheKERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd 91.1She 101.1She# This Makefile builds a boot image on a 2.88M-sized image. 111.1She# 121.1She# Since NetBSD currently can't write 2.88M diskettes, it's oly 131.1She# use is as a boot image for El Torito bootable CD-ROM images. 141.1She# 151.1She# To prepare a CD, do the following steps: 161.1She# 1) create a release(7) tree called NetBSD-1.3I 171.1She# 2) create NetBSD-1.3I/boot.i386/ and place boot.fs in that directory 181.1She# 3) do ``mkisofs -A "NetBSD ${version}" -b boot.i386/boot.fs -f \ 191.1She# -o i386-cd.img -r -T NetBSD-1.3I'' 201.1She# (you may omit '-f' if you're not using symlinks in the release tree) 211.1She# This should place the image in i386-cd.img, which can hopefully 221.1She# be used to burn a CD. 231.1She 241.1SheDISKTYPE= floppy288 251.1SheDISKSIZE= 5760 261.1She 271.1She.include "${TOP}/bootfloppy-common/Makefile.inc" 28