Home | History | Annotate | Line # | Download | only in rescue-tiny
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2002/02/08 04:53:51 lukem Exp $
      2 
      3 TOP=	${.CURDIR}/..
      4 
      5 .include "${TOP}/Makefile.inc"
      6 
      7 IMAGE=	rescue-tiny.fs
      8 KDIR=	${TOP}/kernel-rescue
      9 KNAME=	INSTALL_TINY
     10 KERN!=	cd ${KDIR}; \
     11         printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.${KNAME}.gz\n" | \
     12 	${MAKE} -s -f-
     13 
     14 DISKSIZE=	2400
     15 
     16 .include "${TOP}/common/Makefile.bootfloppy"
     17 
     18 ${KERN}:
     19 	cd ${KDIR}; ${MAKE}
     20