diff --git a/sys/arch/sparc/stand/Makefile.buildboot b/sys/arch/sparc/stand/Makefile.buildboot index d0377d97ec2a..82867e4535bf 100644 --- a/sys/arch/sparc/stand/Makefile.buildboot +++ b/sys/arch/sparc/stand/Makefile.buildboot @@ -1,4 +1,7 @@ -# $NetBSD: Makefile.buildboot,v 1.17 2001/12/12 01:49:51 tv Exp $ +# $NetBSD: Makefile.buildboot,v 1.18 2002/07/20 11:43:43 mrg Exp $ +# +# This file is for the sparc `boot' and `bootxx' only; it does not +# currently play well on a 64-bit system. S= ${.CURDIR}/../../../.. @@ -54,7 +57,8 @@ LIBSA= ${SALIB} .if !make(obj) && !make(clean) && !make(cleandir) .BEGIN: - @([ -h machine ] || ln -s ${S}/arch/${MACHINE}/include machine) -.NOPATH: machine + @([ -h machine ] || ln -s ${S}/arch/sparc/include machine) + @([ -h sparc ] || ln -s ${S}/arch/sparc/include sparc) +.NOPATH: machine sparc .endif -CLEANFILES+= machine +CLEANFILES+= machine sparc