2003-07-10 14:33:58 +04:00
|
|
|
# $NetBSD: Makefile,v 1.14 2003/07/10 10:34:10 lukem Exp $
|
2000-03-04 22:27:01 +03:00
|
|
|
|
2001-10-22 03:23:19 +04:00
|
|
|
.include <bsd.own.mk>
|
2002-05-02 22:02:14 +04:00
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
2000-03-04 22:27:01 +03:00
|
|
|
|
2002-04-19 14:40:23 +04:00
|
|
|
FLOPPYBASE= boot
|
|
|
|
FLOPPYSIZE= 2880
|
|
|
|
FLOPPYFILES= boot netbsd
|
|
|
|
FLOPPYMAX= 2
|
2002-05-04 05:34:36 +04:00
|
|
|
FLOPPYSUFFIX= .fs
|
2002-05-02 22:02:14 +04:00
|
|
|
|
|
|
|
FLOPPY_RELEASEDIR= installation/floppy
|
2000-03-04 22:27:01 +03:00
|
|
|
|
|
|
|
MDEC= ${DESTDIR}/usr/mdec
|
2002-04-19 14:40:23 +04:00
|
|
|
KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
|
2002-11-18 15:39:43 +03:00
|
|
|
FLOPPY_NETBSD= ${KERNOBJ}/netbsd-INSTALL.gz
|
2002-04-19 14:40:23 +04:00
|
|
|
FLOPPY_BOOT= ${MDEC}/boot
|
2003-07-10 14:33:58 +04:00
|
|
|
FLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} -m ${MACHINE} -t raw -v -B 17 @IMAGE@ ${MDEC}/bootxx boot"
|
2000-03-04 22:27:01 +03:00
|
|
|
|
2002-04-19 14:40:23 +04:00
|
|
|
.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
|
2000-03-04 22:27:01 +03:00
|
|
|
|
2002-04-19 14:40:23 +04:00
|
|
|
.include <bsd.prog.mk>
|