Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 1997/05/07 16:01:44 mycroft Exp $
2
3SUBDIR+= kern
4.if exists(arch/${MACHINE})
5SUBDIR+= arch/${MACHINE}
6.endif
7
8regress: _SUBDIRUSE
9
10.include <bsd.subdir.mk>
11