Makefile revision 1.2
11.2Scgd#	$NetBSD: Makefile,v 1.2 1998/06/15 20:49:43 cgd Exp $
21.1Scgd
31.1Scgd# For now, we install the machine and arch includes, and symlink 'machine'
41.1Scgd# to the location of the machine includes.
51.1Scgd#
61.1Scgd# Eventually, we should install everything.
71.1Scgd
81.1ScgdSUBDIR=	${MACHINE}
91.1Scgd.if ${MACHINE} != ${MACHINE_ARCH}
101.1ScgdSUBDIR+= ${MACHINE_ARCH}
111.1Scgd.endif
121.1Scgd
131.1Scgd#SUBDIR= alpha amiga arm32 atari bebox hp300 i386 m68k mac68k macppc mips \
141.1Scgd#	mvme68k newsmips ofppc pc532 pica pmax powerpc sparc sun3 vax x68k
151.1Scgd
161.1ScgdSYMLINKS= ${MACHINE} /usr/include/machine
171.2Scgd
181.2ScgdSYMLINKS+= machine/float.h /usr/include/float.h \
191.2Scgd	machine/frame.h /usr/include/frame.h \
201.2Scgd	machine/stdarg.h /usr/include/stdarg.h \
211.2Scgd	machine/varargs.h /usr/include/varargs.h
221.1Scgd
231.1Scgd.include <bsd.kinc.mk>
24