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