a9ddfb696d
bootfloppies can be built with r/o /usr/src or with other kernels
11 lines
248 B
Makefile
11 lines
248 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/03/23 18:10:57 drochner Exp $
|
|
|
|
TOP= ${.CURDIR}/..
|
|
|
|
.include "${TOP}/Makefile.inc"
|
|
|
|
IMAGE= boot.fs
|
|
KERN?= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
|
|
|
|
.include "${TOP}/bootfloppy-common/Makefile.inc"
|