9 lines
245 B
Makefile
9 lines
245 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/11/18 12:39:45 lukem Exp $
|
|
|
|
FLOPPYBASE= boot-com
|
|
FLOPPYMAX= 2
|
|
FLOPPYKERNEL= netbsd-INSTALL.gz
|
|
FLOPPY_BOOT= ${DESTDIR}/usr/mdec/biosboot_com0.sym # Serial output
|
|
|
|
.include "${.CURDIR}/../common/Makefile.bootfloppy"
|