9 lines
208 B
Makefile
9 lines
208 B
Makefile
# $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"
|