summaryrefslogtreecommitdiff
path: root/tools/mkubootimage/Makefile
blob: 62e360c8c24cdb677677b5b3792d85804d8cc215 (plain)
1
2
3
4
5
6
7
8
#	$NetBSD: Makefile,v 1.1 2010/06/18 18:57:28 jmcneill Exp $

HOSTPROGNAME=	${_TOOL_PREFIX}mkubootimage
HOST_SRCDIR=	usr.bin/mkubootimage

HOST_CPPFLAGS+= -I${.CURDIR}

.include "${.CURDIR}/../Makefile.host"