17 lines
367 B
Makefile
17 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.9 2000/09/27 16:04:13 fvdl Exp $
|
|
|
|
TOP= ${.CURDIR}/..
|
|
|
|
.include "${TOP}/Makefile.inc"
|
|
|
|
IMAGE= boot-small.fs
|
|
KERN!= cd $(.CURDIR)/../kernel-ramdisk/; \
|
|
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL_SMALL.gz\n" | \
|
|
${MAKE} -s -f-
|
|
|
|
DISKTYPE= floppy5
|
|
DISKSIZE= 2400
|
|
BLOCK8K= 149
|
|
|
|
.include "${TOP}/bootfloppy-common/Makefile.inc"
|