7f67833ef1
nbinclude/ header files will be installed. Build installboot after pax, since Makefile.disklabel uses pax to install the headers.
11 lines
285 B
Makefile
11 lines
285 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/06/12 20:24:14 dyoung Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}installboot
|
|
HOST_SRCDIR= usr.sbin/installboot
|
|
|
|
HOST_CPPFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../mips-elf2ecoff
|
|
|
|
.include "${.CURDIR}/../Makefile.disklabel"
|
|
.include "${.CURDIR}/../Makefile.host"
|
|
|