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