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

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