xref: /netbsd/distrib/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.9 2002/05/09 11:26:50 lukem Exp $
2
3SUBDIR=	notes
4
5.if exists(${MACHINE}/miniroot/Makefile.inc)
6SUBDIR+= miniroot .WAIT
7.endif
8
9.if exists(${MACHINE}/Makefile)
10SUBDIR+= ${MACHINE}
11.endif
12
13.include <bsd.subdir.mk>
14