Cross Reference: Makefile
xref: /src/distrib/notes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/notes/
Makefile revision 1.28
1#	$NetBSD: Makefile,v 1.28 2002/06/16 00:38:33 wiz 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
15SUBDIR+= arc
16SUBDIR+= arm32
17SUBDIR+= atari
18SUBDIR+= cats
19SUBDIR+= evbarm
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+= 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 09:09:31 GMT 2025