From 2e4e5254164f1d85bc53112476c89be59cb1b844 Mon Sep 17 00:00:00 2001 From: lukem Date: Mon, 22 Apr 2002 15:18:57 +0000 Subject: [PATCH] add -I. to HOST_CPPFLAGS --- tools/installboot/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/installboot/Makefile b/tools/installboot/Makefile index 41bceecad243..d5aa6cf779e0 100644 --- a/tools/installboot/Makefile +++ b/tools/installboot/Makefile @@ -1,8 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2002/04/19 07:19:09 lukem Exp $ +# $NetBSD: Makefile,v 1.5 2002/04/22 15:18:57 lukem Exp $ HOSTPROGNAME= nbinstallboot HOST_SRCDIR= usr.sbin/installboot -HOST_CPPFLAGS= -I${.CURDIR} -I${.CURDIR}/../mips-elf2ecoff + +DPSRCS+= ufs.stamp +HOST_CPPFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../mips-elf2ecoff +CLEANFILES+= ufs .include "${.CURDIR}/../Makefile.host"