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