Cross Reference: Makefile
xref: /src/distrib/notes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/notes/
Makefile revision 1.43
1#	$NetBSD: Makefile,v 1.43 2012/01/29 15:54:35 phx Exp $
2#
3
4.include <bsd.own.mk>
5
6TARGETS+=	release
7
8.ifndef ALLNOTES
9.if exists(${RELEASEMACHINE}/Makefile)
10SUBDIR=	${RELEASEMACHINE}
11.endif
12.else
13SUBDIR+= acorn26
14SUBDIR+= acorn32
15SUBDIR+= alpha
16SUBDIR+= amd64
17SUBDIR+= amiga
18SUBDIR+= arc
19SUBDIR+= atari
20SUBDIR+= bebox
21SUBDIR+= cats
22SUBDIR+= emips
23SUBDIR+= evbarm
24SUBDIR+= evbppc
25SUBDIR+= hp300
26SUBDIR+= hp700
27SUBDIR+= hpcmips
28SUBDIR+= hpcsh
29SUBDIR+= i386
30# SUBDIR+= iyonix	# not yet
31SUBDIR+= landisk
32SUBDIR+= mac68k
33SUBDIR+= macppc
34SUBDIR+= mmeye
35SUBDIR+= mvme68k
36SUBDIR+= news68k
37SUBDIR+= newsmips
38SUBDIR+= next68k
39SUBDIR+= ofppc
40SUBDIR+= pmax
41SUBDIR+= prep
42SUBDIR+= sandpoint
43SUBDIR+= sgimips
44SUBDIR+= shark
45SUBDIR+= sparc
46SUBDIR+= sparc64
47SUBDIR+= sun2
48SUBDIR+= sun3
49SUBDIR+= vax
50SUBDIR+= x68k
51SUBDIR+= xen
52.endif
53
54.include <bsd.subdir.mk>
55

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