11 lines
244 B
Makefile
11 lines
244 B
Makefile
# $NetBSD: Makefile,v 1.3 1997/11/29 21:18:58 perry Exp $
|
|
|
|
TOP= ${.CURDIR}/..
|
|
|
|
.include "${TOP}/Makefile.inc"
|
|
|
|
IMAGE= boot.fs
|
|
KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
|
|
|
|
.include "${TOP}/bootfloppy-common/Makefile.inc"
|