Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2002/04/02 22:36:59 lukem Exp $
2
3SUBDIR=	notes utils
4
5.if exists(${MACHINE}/miniroot/Makefile.inc)
6SUBDIR+= miniroot
7.endif
8
9.if exists(${MACHINE}/Makefile)
10SUBDIR+= ${MACHINE}
11.endif
12
13.include <bsd.subdir.mk>
14