Cross Reference: Makefile
xref: /src/distrib/notes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/notes/
Makefile revision 1.46
1#	$NetBSD: Makefile,v 1.46 2018/08/07 08:26:42 martin 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+= acorn32
14SUBDIR+= alpha
15SUBDIR+= amd64
16SUBDIR+= amiga
17SUBDIR+= arc
18SUBDIR+= atari
19SUBDIR+= bebox
20SUBDIR+= cats
21SUBDIR+= emips
22SUBDIR+= evbarm
23SUBDIR+= evbppc
24SUBDIR+= hp300
25SUBDIR+= hppa
26SUBDIR+= hpcmips
27SUBDIR+= hpcsh
28SUBDIR+= i386
29# SUBDIR+= iyonix	# not yet
30SUBDIR+= landisk
31SUBDIR+= mac68k
32SUBDIR+= macppc
33SUBDIR+= mmeye
34SUBDIR+= mvme68k
35SUBDIR+= news68k
36SUBDIR+= newsmips
37SUBDIR+= next68k
38SUBDIR+= ofppc
39SUBDIR+= pmax
40SUBDIR+= prep
41SUBDIR+= sandpoint
42SUBDIR+= sgimips
43SUBDIR+= shark
44SUBDIR+= sparc
45SUBDIR+= sparc64
46SUBDIR+= sun2
47SUBDIR+= sun3
48SUBDIR+= vax
49SUBDIR+= x68k
50.endif
51
52.include <bsd.subdir.mk>
53

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