Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 1998/05/02 07:40:23 ross Exp $
2
3SUBDIR=	utils
4
5.if exists(${MACHINE}/miniroot)
6SUBDIR+= miniroot
7.endif
8
9.if exists(${MACHINE}/Makefile)
10SUBDIR+= ${MACHINE}
11.endif
12
13SUBDIR+= notes
14
15.include <bsd.subdir.mk>
16