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