blob: 92f83fbfc375cff562c9752f04a526ecc2fe9f8b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.3 2002/11/18 12:39:54 lukem Exp $
IMAGE= sysinst_com0.fs
BOOTLOADER= ${MDEC}/boot_com0
.include <bsd.own.mk>
KERNDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
KERNEL= ${KERNDIR}/netbsd-INSTALL.gz
.include "../bootfloppy-common/Makefile.inc"
|