Home | History | Annotate | Line # | Download | only in kernel
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2010/10/20 02:59:58 kiyohara 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 FLOPPY_NETBSD=		../kernel-ramdisk/netbsd-INSTALL.gz
     14 FLOPPYPAD=		1
     15 FLOPPYSUFFIX=		.fs
     16 
     17 FLOPPY_RELEASEDIR=	installation/floppy
     18 
     19 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     20 
     21 .include <bsd.prog.mk>
     22