Home | History | Annotate | Line # | Download | only in mkubootimage
      1 #	$NetBSD: Makefile,v 1.1 2010/06/18 18:57:28 jmcneill 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