Cross Reference: Makefile
xref: /src/distrib/notes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/notes/
Makefile revision 1.34
1#	$NetBSD: Makefile,v 1.34 2004/10/13 23:28:35 gavan 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+= amiga
17# SUBDIR+= arc		# not complete
18SUBDIR+= atari
19SUBDIR+= cats
20SUBDIR+= evbarm
21SUBDIR+= evbppc
22SUBDIR+= hp300
23SUBDIR+= hp700
24SUBDIR+= hpcmips
25SUBDIR+= hpcsh
26SUBDIR+= i386
27# SUBDIR+= iyonix	# not yet
28SUBDIR+= mac68k
29SUBDIR+= macppc
30SUBDIR+= mmeye
31SUBDIR+= mvme68k
32SUBDIR+= news68k
33SUBDIR+= newsmips
34SUBDIR+= next68k
35SUBDIR+= pc532
36SUBDIR+= pmax
37SUBDIR+= pmppc
38SUBDIR+= sandpoint
39SUBDIR+= sgimips
40SUBDIR+= shark
41SUBDIR+= sparc
42SUBDIR+= sparc64
43SUBDIR+= sun2
44SUBDIR+= sun3
45SUBDIR+= vax
46SUBDIR+= x68k
47SUBDIR+= xen
48.endif
49
50.include <bsd.subdir.mk>
51

Indexes created Thu Dec 11 09:09:31 GMT 2025