xref: /netbsd-src/distrib/Makefile (revision 3b01aba77a7a698587faaae455bbfe740923c1f5)
1#	$NetBSD: Makefile,v 1.4 2001/06/21 13:36:27 hubertf Exp $
2
3SUBDIR=	notes utils
4
5.if exists(${MACHINE}/miniroot)
6SUBDIR+= miniroot
7.endif
8
9.if exists(${MACHINE}/Makefile)
10SUBDIR+= ${MACHINE}
11.endif
12
13.include <bsd.subdir.mk>
14