1 1.2 cgd # $NetBSD: Makefile,v 1.2 1998/06/15 20:49:43 cgd Exp $ 2 1.1 cgd 3 1.1 cgd # For now, we install the machine and arch includes, and symlink 'machine' 4 1.1 cgd # to the location of the machine includes. 5 1.1 cgd # 6 1.1 cgd # Eventually, we should install everything. 7 1.1 cgd 8 1.1 cgd SUBDIR= ${MACHINE} 9 1.1 cgd .if ${MACHINE} != ${MACHINE_ARCH} 10 1.1 cgd SUBDIR+= ${MACHINE_ARCH} 11 1.1 cgd .endif 12 1.1 cgd 13 1.1 cgd #SUBDIR= alpha amiga arm32 atari bebox hp300 i386 m68k mac68k macppc mips \ 14 1.1 cgd # mvme68k newsmips ofppc pc532 pica pmax powerpc sparc sun3 vax x68k 15 1.1 cgd 16 1.1 cgd SYMLINKS= ${MACHINE} /usr/include/machine 17 1.2 cgd 18 1.2 cgd SYMLINKS+= machine/float.h /usr/include/float.h \ 19 1.2 cgd machine/frame.h /usr/include/frame.h \ 20 1.2 cgd machine/stdarg.h /usr/include/stdarg.h \ 21 1.2 cgd machine/varargs.h /usr/include/varargs.h 22 1.1 cgd 23 1.1 cgd .include <bsd.kinc.mk> 24