xref: /netbsd-src/distrib/prep/floppies/bootfloppy_small.sysinst/Makefile (revision 62f324d0121177eaf2e0384f92fd9ca2a751c795)
1#	$NetBSD: Makefile,v 1.1 2006/06/20 17:40:36 garbled Exp $
2
3IMAGE=		sysinst_small.fs
4BOOTLOADER=	${MDEC}/boot
5
6.include <bsd.own.mk>
7KERNDIR!=	cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
8KERNEL=		${KERNDIR}/netbsd-INSTALL_SMALL.gz
9
10.include "../bootfloppy-common/Makefile.inc"
11