Cross Reference: Makefile
xref: /src/distrib/notes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/notes/
Makefile revision 1.25
1#	$NetBSD: Makefile,v 1.25 2002/06/15 21:32:43 itojun 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+= atari
16SUBDIR+= cats
17SUBDIR+= evbarm
18SUBDIR+= hp300
19SUBDIR+= hpcmips
20SUBDIR+= hpcsh
21SUBDIR+= i386
22SUBDIR+= mac68k
23SUBDIR+= macppc
24SUBDIR+= mmeye
25SUBDIR+= mvme68k
26SUBDIR+= news68k
27SUBDIR+= next68k
28SUBDIR+= pc532
29SUBDIR+= pmax
30SUBDIR+= sandpoint
31SUBDIR+= sgimips
32SUBDIR+= shark
33SUBDIR+= sparc
34SUBDIR+= sparc64
35SUBDIR+= sun2
36SUBDIR+= sun3
37SUBDIR+= vax
38SUBDIR+= x68k
39.endif
40
41.include <bsd.subdir.mk>
42

Indexes created Thu Dec 11 22:09:38 GMT 2025