9 lines
204 B
Makefile
9 lines
204 B
Makefile
|
# $NetBSD: Makefile,v 1.8 2002/04/16 05:23:36 lukem Exp $
|
||
|
|
||
|
FLOPPYBASE= boot
|
||
|
FLOPPYMAX= 2
|
||
|
FLOPPYKERNDIR= kernel-ramdisk
|
||
|
FLOPPYKERNEL= netbsd.INSTALL.gz
|
||
|
|
||
|
.include "${.CURDIR}/../common/Makefile.bootfloppy"
|