Makefile.booters revision 1.2
1#	$NetBSD: Makefile.booters,v 1.2 2003/10/08 01:40:23 simonb 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# XXX SHOULD NOT NEED TO DEFINE THESE!
18LIBCRT0=
19LIBC=
20LIBCRTBEGIN=
21LIBCRTEND=
22