Home | History | Annotate | Line # | Download | only in rescue-tiny
Makefile revision 1.1
      1  1.1  he #	$NetBSD: Makefile,v 1.1 2000/06/10 18:56:50 he Exp $
      2  1.1  he 
      3  1.1  he TOP=	${.CURDIR}/..
      4  1.1  he 
      5  1.1  he .include "${TOP}/Makefile.inc"
      6  1.1  he 
      7  1.1  he IMAGE=	rescue-ti.fs
      8  1.1  he KDIR=	${.CURDIR}/../rescue-kernel
      9  1.1  he KNAME=	INSTALL_TINY
     10  1.1  he KERN!=	cd ${KDIR}; \
     11  1.1  he         printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.${KNAME}.gz\n" | \
     12  1.1  he 	${MAKE} -s -f-
     13  1.1  he 
     14  1.1  he DISKTYPE=	floppy5
     15  1.1  he DISKSIZE=	2400
     16  1.1  he BLOCK8K=	149
     17  1.1  he 
     18  1.1  he .include "${TOP}/bootfloppy-common/Makefile.inc"
     19  1.1  he 
     20  1.1  he ${KERN}:
     21  1.1  he 	cd ${KDIR}; ${MAKE}
     22