24 lines
601 B
Makefile
24 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.14 2002/05/21 16:33:38 tsutsui Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
FLOPPYBASE= boot
|
|
FLOPPYSIZE= 2880
|
|
FLOPPYFILES= boot netbsd
|
|
FLOPPYMAX= 2
|
|
FLOPPYSUFFIX= .fs
|
|
|
|
FLOPPY_RELEASEDIR= installation/floppy
|
|
|
|
MDEC= ${DESTDIR}/usr/mdec
|
|
KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
|
|
FLOPPY_NETBSD= ${KERNOBJ}/netbsd.INSTALL.gz
|
|
FLOPPY_BOOT= ${MDEC}/boot
|
|
FLOPPYINSTBOOT= \
|
|
"${INSTALLBOOT} -m ${MACHINE} -t raw -v -B 17 @IMAGE@ ${MDEC}/bootxx boot"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
|
|
|
|
.include <bsd.prog.mk>
|