Cross Reference: Makefile
xref: /src/distrib/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/
Makefile revision 1.14
1#	$NetBSD: Makefile,v 1.14 2007/03/06 21:56:47 bouyer Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	notes .WAIT
6
7.if exists(${MACHINE}/miniroot/Makefile.inc)
8SUBDIR+= miniroot .WAIT
9.endif
10
11.if exists(${RELEASEMACHINE}/Makefile)
12SUBDIR+= ${RELEASEMACHINE}
13.endif
14
15.if make(obj)
16SUBDIR+= utils
17.endif
18
19TARGETS+=release
20TARGETS+=iso_image
21
22.include <bsd.subdir.mk>
23

Indexes created Sat Dec 13 21:09:37 GMT 2025