Cross Reference: Makefile
xref: /src/distrib/notes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/notes/
Makefile revision 1.42
1#	$NetBSD: Makefile,v 1.42 2011/01/26 01:18:44 pooka 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+= pmax
40SUBDIR+= prep
41SUBDIR+= sandpoint
42SUBDIR+= sgimips
43SUBDIR+= shark
44SUBDIR+= sparc
45SUBDIR+= sparc64
46SUBDIR+= sun2
47SUBDIR+= sun3
48SUBDIR+= vax
49SUBDIR+= x68k
50SUBDIR+= xen
51.endif
52
53.include <bsd.subdir.mk>
54

Indexes created Thu Dec 11 02:09:45 GMT 2025