11 lines
211 B
Makefile
11 lines
211 B
Makefile
# $NetBSD: Makefile,v 1.2 2000/05/02 16:06:47 sjg Exp $
|
|
|
|
TOP= ${.CURDIR}/..
|
|
|
|
.include "${TOP}/Makefile.inc"
|
|
|
|
IMAGE= boot.fs
|
|
KERN= ${KERNOBJDIR}/INSTALL/netbsd
|
|
|
|
.include "${TOP}/bootfloppy-common/Makefile.inc"
|