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