Add the nbinclude directory to the include path, so that

<hppa/elf_machdep.h> (and possibly others) can be found.
This commit is contained in:
riz 2006-11-22 18:37:38 +00:00
parent 421a2aa25d
commit 2adcd99325
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# $NetBSD: Makefile,v 1.2 2006/11/22 15:08:47 riz Exp $
# $NetBSD: Makefile,v 1.3 2006/11/22 18:37:38 riz Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}paxctl
HOST_SRCDIR= usr.bin/paxctl
HOST_CPPFLAGS+= -I${TOOLDIR}/include/nbinclude
.include "${.CURDIR}/../Makefile.disklabel"
.include "${.CURDIR}/../Makefile.host"