Makefile revision 1.3
1#	$Id: Makefile,v 1.3 1994/02/09 07:51:44 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