Home | History | Annotate | Line # | Download | only in powerpc-mkbootimage
Makefile revision 1.1
      1  1.1  garbled #	$NetBSD: Makefile,v 1.1 2008/04/30 21:15:33 garbled Exp $
      2  1.1  garbled 
      3  1.1  garbled HOSTPROGNAME=	${_TOOL_PREFIX}powerpc-mkbootimage
      4  1.1  garbled HOST_SRCDIR=	sys/arch/powerpc/stand/mkbootimage
      5  1.1  garbled 
      6  1.1  garbled HOST_CPPFLAGS+= -I${.CURDIR}
      7  1.1  garbled 
      8  1.1  garbled .include "${.CURDIR}/../Makefile.host"
      9