Home | History | Annotate | Line # | Download | only in bootfloppy-small
Makefile revision 1.10
      1 #	$NetBSD: Makefile,v 1.10 2002/02/03 16:22:21 lukem Exp $
      2 
      3 TOP=	${.CURDIR}/..
      4 
      5 .include "${TOP}/Makefile.inc"
      6 
      7 IMAGE=	boot-small.fs
      8 KERN!=	cd $(.CURDIR)/../kernel-ramdisk/; \
      9         printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL_SMALL.gz\n" | \
     10 	${MAKE} -s -f-
     11 
     12 DISKSIZE=	2400
     13 
     14 .include "${TOP}/common/Makefile.bootfloppy"
     15