Cross Reference: Makefile
xref: /src/usr.sbin/sysinst/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/sysinst/
Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2014/07/26 19:30:44 dholland Exp $
2#
3# sysinst is usually built when the crunched install binary is built,
4# but can be built here as a normal program for testing.
5
6SUBDIR = arch/${MACHINE}
7
8.if ALL_MACHINES
9
10SUBDIR  = arch/acorn26
11SUBDIR += arch/acorn32
12SUBDIR += arch/alpha
13SUBDIR += arch/amd64
14SUBDIR += arch/amiga
15SUBDIR += arch/arc
16SUBDIR += arch/atari
17SUBDIR += arch/bebox
18SUBDIR += arch/cats
19SUBDIR += arch/cobalt
20SUBDIR += arch/emips
21SUBDIR += arch/evbarm
22SUBDIR += arch/evbmips
23SUBDIR += arch/evbppc
24SUBDIR += arch/ews4800mips
25SUBDIR += arch/hp300
26SUBDIR += arch/hpcarm
27SUBDIR += arch/hpcmips
28SUBDIR += arch/hpcsh
29SUBDIR += arch/hppa
30SUBDIR += arch/i386
31SUBDIR += arch/landisk
32SUBDIR += arch/mac68k
33SUBDIR += arch/macppc
34SUBDIR += arch/mipsco
35SUBDIR += arch/mvme68k
36SUBDIR += arch/news68k
37SUBDIR += arch/newsmips
38SUBDIR += arch/ofppc
39SUBDIR += arch/playstation2
40SUBDIR += arch/pmax
41SUBDIR += arch/prep
42SUBDIR += arch/sandpoint
43SUBDIR += arch/sgimips
44SUBDIR += arch/shark
45SUBDIR += arch/sparc
46SUBDIR += arch/sparc64
47SUBDIR += arch/vax
48SUBDIR += arch/x68k
49SUBDIR += arch/zaurus
50
51# XXX notyet SUBDIR += arch/iyonix
52.endif
53
54install:
55
56.include <bsd.subdir.mk>
57

Indexes created Wed Dec 10 03:09:36 GMT 2025