Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#	$NetBSD: Makefile,v 1.2 2011/01/25 08:19:39 mrg Exp $
#
# 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

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 <bsd.prog.mk>