Deleted Added
full compact
2c2
< # $Id: Makefile,v 1.154 1997/10/07 11:32:05 bde Exp $
---
> # $Id: Makefile,v 1.155 1997/10/10 13:02:36 asami Exp $
3a4,10
> # While porting to the Alpha architecture include the bootstrap instead
> # of the normal build.
> #
> .if ${MACHINE} == "alpha"
> .include "Makefile.alpha"
> .else
> #
487c494,496
< cd ${.CURDIR}/lib/csu/i386 && ${MAKE} beforeinstall
---
> .if exists(${.CURDIR}/lib/csu/${MACHINE})
> cd ${.CURDIR}/lib/csu/${MACHINE} && ${MAKE} beforeinstall
> .endif
547,548c556,557
< .if exists(lib/csu/i386)
< cd ${.CURDIR}/lib/csu/i386 && ${MAKE} depend && \
---
> .if exists(lib/csu/${MACHINE})
> cd ${.CURDIR}/lib/csu/${MACHINE} && ${MAKE} depend && \
686a696,697
> .endif
>