NetBSD/distrib/alpha/instkernel/cd-hd-tape/Makefile

25 lines
658 B
Makefile
Raw Normal View History

2002-05-12 14:49:13 +04:00
# $NetBSD: Makefile,v 1.12 2002/05/04 01:34:36 lukem Exp
$
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
FLOPPYBASE= cdhdtape
FLOPPYSIZE= 5760
2002-05-12 14:49:13 +04:00
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.INSTALL.gz
FLOPPY_BOOT= ${MDEC}/ustarboot
FLOPPYINSTBOOT=\
"${INSTALLBOOT} -m ${MACHINE} -t raw -v -b 17 @IMAGE@ ${FLOPPY_BOOT}"
.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
.include <bsd.prog.mk>