Makefile revision 1.16
1#	$NetBSD: Makefile,v 1.16 2008/11/21 15:39:51 ad Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKMAN} != "no"
6SUBDIR=	notes .WAIT
7.endif
8
9.if exists(${MACHINE}/miniroot/Makefile.inc)
10SUBDIR+= miniroot .WAIT
11.endif
12
13.if exists(${RELEASEMACHINE}/Makefile)
14SUBDIR+= ${RELEASEMACHINE}
15.endif
16
17SUBDIR+= utils
18
19TARGETS+=release
20TARGETS+=iso_image
21
22.include <bsd.subdir.mk>
23