xref: /netbsd-src/distrib/prep/floppies/bootfloppy_small.sysinst/Makefile (revision c7c727fae85036860d5bb848f2730ff419e2b060)
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