make sparc64 friendly.

This commit is contained in:
mrg 2002-07-20 11:43:43 +00:00
parent 83a8e86ca3
commit 8543c0c2bc

View File

@ -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