2011-01-25 11:19:39 +03:00
|
|
|
# $NetBSD: Makefile,v 1.2 2011/01/25 08:19:39 mrg Exp $
|
2010-10-20 06:59:58 +04:00
|
|
|
#
|
|
|
|
# Makefile snippet to create a set of USTAR floppies
|
|
|
|
#
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
|
|
|
|
FLOPPYBASE= kernel
|
|
|
|
FLOPPYSIZE= 2880
|
|
|
|
FLOPPYFILES= netbsd
|
|
|
|
|
2011-01-25 11:19:39 +03:00
|
|
|
FLOPPYDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
|
|
|
|
FLOPPY_NETBSD= ${FLOPPYDIR}/netbsd-INSTALL.gz
|
2010-10-20 06:59:58 +04:00
|
|
|
FLOPPYPAD= 1
|
|
|
|
FLOPPYSUFFIX= .fs
|
|
|
|
|
|
|
|
FLOPPY_RELEASEDIR= installation/floppy
|
|
|
|
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|