# $NetBSD: Makefile,v 1.2 2011/01/25 08:19:39 mrg Exp $ # # Makefile snippet to create a set of USTAR floppies # .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" FLOPPYBASE= kernel FLOPPYSIZE= 2880 FLOPPYFILES= netbsd FLOPPYDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR} FLOPPY_NETBSD= ${FLOPPYDIR}/netbsd-INSTALL.gz FLOPPYPAD= 1 FLOPPYSUFFIX= .fs FLOPPY_RELEASEDIR= installation/floppy .include "${DISTRIBDIR}/common/Makefile.tarfloppy" .include