24 lines
650 B
Makefile
24 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.17 2002/12/01 04:23:22 isaki Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
FLOPPYBASE= cdhdtape
|
|
FLOPPYSIZE= 5760
|
|
FLOPPYMETAFILE!=printf "USTAR.volsize.%o" ${FLOPPYSIZE}
|
|
FLOPPYFILES= boot ${FLOPPYMETAFILE} netbsd
|
|
FLOPPYMAX= 1
|
|
|
|
FLOPPY_RELEASEDIR= installation/diskimage
|
|
|
|
MDEC= ${DESTDIR}/usr/mdec
|
|
KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
|
|
FLOPPY_NETBSD= ${KERNOBJ}/netbsd.gz
|
|
FLOPPY_BOOT= ${MDEC}/ustarboot
|
|
FLOPPYINSTBOOT=\
|
|
"${INSTALLBOOT} -v -m ${MACHINE} -t raw -b 17 @IMAGE@ ${FLOPPY_BOOT}"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
|
|
|
|
.include <bsd.prog.mk>
|