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

Indexes created Thu Dec 11 15:09:36 GMT 2025