Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 1998/06/12 23:22:31 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
8SUBDIR=	${MACHINE}
9.if ${MACHINE} != ${MACHINE_ARCH}
10SUBDIR+= ${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
16SYMLINKS= ${MACHINE} /usr/include/machine
17
18.include <bsd.kinc.mk>
19