Cross Reference: Makefile
xref: /src/distrib/notes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/notes/
Makefile revision 1.35
1#	$NetBSD: Makefile,v 1.35 2005/08/21 18:35:26 riz Exp $
2#
3
4.include <bsd.own.mk>
5
6TARGETS+=	release
7
8.ifndef ALLNOTES
9.if exists(${RELEASEMACHINE}/Makefile)
10SUBDIR=	${RELEASEMACHINE}
11.endif
12.else
13SUBDIR+= acorn26
14SUBDIR+= acorn32
15SUBDIR+= alpha
16SUBDIR+= amd64
17SUBDIR+= amiga
18# SUBDIR+= arc		# not complete
19SUBDIR+= atari
20SUBDIR+= cats
21SUBDIR+= evbarm
22SUBDIR+= evbppc
23SUBDIR+= hp300
24SUBDIR+= hp700
25SUBDIR+= hpcmips
26SUBDIR+= hpcsh
27SUBDIR+= i386
28# SUBDIR+= iyonix	# not yet
29SUBDIR+= mac68k
30SUBDIR+= macppc
31SUBDIR+= mmeye
32SUBDIR+= mvme68k
33SUBDIR+= news68k
34SUBDIR+= newsmips
35SUBDIR+= next68k
36SUBDIR+= pc532
37SUBDIR+= pmax
38SUBDIR+= pmppc
39SUBDIR+= sandpoint
40SUBDIR+= sgimips
41SUBDIR+= shark
42SUBDIR+= sparc
43SUBDIR+= sparc64
44SUBDIR+= sun2
45SUBDIR+= sun3
46SUBDIR+= vax
47SUBDIR+= x68k
48SUBDIR+= xen
49.endif
50
51.include <bsd.subdir.mk>
52

Indexes created Thu Dec 04 15:09:31 GMT 2025