Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $
2
3SUBDIR+= kern
4.if exists(arch/${MACHINE})
5SUBDIR+= arch/${MACHINE}
6.endif
7
8regress: _SUBDIRUSE
9
10install:
11
12.include <bsd.subdir.mk>
13