Home | History | Annotate | Line # | Download | only in mkubootimage
Makefile revision 1.1.4.2
      1  1.1.4.2  matt #	$NetBSD: Makefile,v 1.1.4.2 2011/05/20 15:05:11 matt Exp $
      2  1.1.4.2  matt 
      3  1.1.4.2  matt HOSTPROGNAME=	${_TOOL_PREFIX}mkubootimage
      4  1.1.4.2  matt HOST_SRCDIR=	usr.bin/mkubootimage
      5  1.1.4.2  matt 
      6  1.1.4.2  matt HOST_CPPFLAGS+= -I${.CURDIR}
      7  1.1.4.2  matt 
      8  1.1.4.2  matt .include "${.CURDIR}/../Makefile.host"
      9