Cross Reference: Makefile
xref: /src/distrib/notes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/notes/
Makefile revision 1.31
1#	$NetBSD: Makefile,v 1.31 2002/12/09 14:03:52 scw 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+= evbppc
20SUBDIR+= hp300
21SUBDIR+= hpcmips
22SUBDIR+= hpcsh
23SUBDIR+= i386
24SUBDIR+= mac68k
25SUBDIR+= macppc
26SUBDIR+= mmeye
27SUBDIR+= mvme68k
28SUBDIR+= news68k
29SUBDIR+= newsmips
30SUBDIR+= next68k
31SUBDIR+= pc532
32SUBDIR+= pmax
33SUBDIR+= pmppc
34SUBDIR+= sandpoint
35SUBDIR+= sgimips
36SUBDIR+= shark
37SUBDIR+= sparc
38SUBDIR+= sparc64
39SUBDIR+= sun2
40SUBDIR+= sun3
41SUBDIR+= vax
42SUBDIR+= x68k
43.endif
44
45.include <bsd.subdir.mk>
46

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