From ac5a03b4ebc54b83e86b6c37b95c06182345207a Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 16 Aug 2000 08:24:01 +0000 Subject: [PATCH] find loadfile_machdep.h on sparc64. --- sys/arch/sparc/stand/installboot/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys/arch/sparc/stand/installboot/Makefile b/sys/arch/sparc/stand/installboot/Makefile index 0d2a660b7516..0cd5f41a0ad8 100644 --- a/sys/arch/sparc/stand/installboot/Makefile +++ b/sys/arch/sparc/stand/installboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/08/10 13:29:40 mrg Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/16 08:24:01 mrg Exp $ .include @@ -19,8 +19,9 @@ LDSTATIC?= -static .if !make(obj) .BEGIN: @([ -h machine ] || ln -s ${.CURDIR}/../../../${MACHINE}/include machine) -.NOPATH: machine -CLEANFILES+= machine + @([ -h sparc ] || ln -s ${.CURDIR}/../../../sparc/include sparc) +.NOPATH: machine sparc +CLEANFILES+= machine sparc .endif .include