summaryrefslogtreecommitdiff
path: root/distrib/Makefile
blob: 0d2f62d89b8814f77f0350b909cb730f98b26ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#	$NetBSD: Makefile,v 1.16 2008/11/21 15:39:51 ad Exp $

.include <bsd.own.mk>

.if ${MKMAN} != "no"
SUBDIR=	notes .WAIT
.endif

.if exists(${MACHINE}/miniroot/Makefile.inc)
SUBDIR+= miniroot .WAIT
.endif

.if exists(${RELEASEMACHINE}/Makefile)
SUBDIR+= ${RELEASEMACHINE}
.endif

SUBDIR+= utils

TARGETS+=release
TARGETS+=iso_image

.include <bsd.subdir.mk>