Makefile.booters revision 1.1
1#	$NetBSD: Makefile.booters,v 1.1 2002/05/05 11:46:29 isaki Exp $
2
3S?=	${.CURDIR}/../../../..
4
5.PHONY:	machine-links
6
7machine-links:
8	-rm -f machine && \
9	ln -s $S/arch/${MACHINE}/include machine
10	-rm -f ${MACHINE_ARCH} && \
11	ln -s $S/arch/${MACHINE_ARCH}/include ${MACHINE_ARCH}
12
13CLEANFILES+=	machine ${MACHINE_ARCH}
14
15beforedepend:	machine-links
16
17