Makefile revision 1.1
11.1Scgd# $NetBSD: Makefile,v 1.1 1998/06/12 23:22:31 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.1Scgd 181.1Scgd.include <bsd.kinc.mk> 19