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