Cross Reference: Makefile
xref: /src/distrib/notes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/notes/
Makefile revision 1.27
1#	$NetBSD: Makefile,v 1.27 2002/06/15 21:34:19 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+= 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+= x68k
42.endif
43
44.include <bsd.subdir.mk>
45

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