Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 1997/10/02 11:06:30 veego Exp $
2
3SUBDIR= kern
4.if exists(arch/${MACHINE})
5SUBDIR+= arch/${MACHINE}
6.endif
7.if exists(arch/${MACHINE_ARCH})
8SUBDIR+= arch/${MACHINE_ARCH}
9.endif
10
11.include <bsd.subdir.mk>
12