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

Indexes created Wed Dec 10 23:09:30 GMT 2025