Home | History | Annotate | Line # | Download | only in kernel
      1 #	$NetBSD: Makefile,v 1.2 2011/01/25 08:19:39 mrg Exp $
      2 #
      3 # Makefile snippet to create a set of USTAR floppies
      4 #
      5 
      6 .include <bsd.own.mk>
      7 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      8 
      9 FLOPPYBASE=		kernel
     10 FLOPPYSIZE=		2880
     11 FLOPPYFILES=		netbsd
     12 
     13 FLOPPYDIR!=  		cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
     14 FLOPPY_NETBSD=		${FLOPPYDIR}/netbsd-INSTALL.gz
     15 FLOPPYPAD=		1
     16 FLOPPYSUFFIX=		.fs
     17 
     18 FLOPPY_RELEASEDIR=	installation/floppy
     19 
     20 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     21 
     22 .include <bsd.prog.mk>
     23