12 lines
271 B
Makefile
12 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/04/07 14:30:52 minoura Exp $
|
|
|
|
TOP= ${.CURDIR}/..
|
|
|
|
.include "${TOP}/Makefile.inc"
|
|
|
|
IMAGE= boot.fs
|
|
KERN= ${.CURDIR}/../../../../sys/arch/x68k/compile/INSTALL/netbsd
|
|
KERNNAME= netbsd.INSTALL
|
|
|
|
.include "${TOP}/bootfloppy-common/Makefile.inc"
|