Split the (commented out) complete list of archs into separate lines
split alphabetically. This makes it easier to add new archs without having to do extensive reformatting.
This commit is contained in:
parent
f0963ab552
commit
07a0ec1fd1
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.18 2002/02/11 06:51:27 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2002/03/05 00:07:04 simonb Exp $
|
||||
|
||||
# For now, we install the machine and arch includes, and symlink 'machine'
|
||||
# to the location of the machine includes (usually).
|
||||
@ -25,11 +25,21 @@ SUBDIR+= hpc
|
||||
SUBDIR+= sun68k
|
||||
.endif
|
||||
|
||||
#SUBDIR= acorn32 algor alpha amiga amigappc arm arm26 arc atari bebox cats \
|
||||
# cesfic cobalt dreamcast evbarm evbsh3 hp300 hpc hpcarm hpcmips hpcsh \
|
||||
# i386 luna68k m68k mac68k macppc mips mipsco mmeye mvme68k netwinder \
|
||||
# news68k newsmips next68k ofppc pc532 playstation2 pmax powerpc prep \
|
||||
# sandpoint sgimips sh3 shark sparc sparc64 sun2 sun3 sun68k vax walnut \
|
||||
#SUBDIR=acorn32 algor alpha amiga amigappc arm arm26 arc atari \
|
||||
# bebox \
|
||||
# cats cesfic cobalt \
|
||||
# dreamcast \
|
||||
# evbarm evbsh3 \
|
||||
# hp300 hpc hpcarm hpcmips hpcsh \
|
||||
# i386 \
|
||||
# luna68k \
|
||||
# m68k mac68k macppc mips mipsco mmeye mvme68k \
|
||||
# netwinder news68k newsmips next68k \
|
||||
# ofppc \
|
||||
# pc532 playstation2 pmax powerpc prep \
|
||||
# sandpoint sgimips sh3 shark sparc sparc64 sun2 sun3 sun68k \
|
||||
# vax \
|
||||
# walnut \
|
||||
# x68k x86_64
|
||||
|
||||
SYMLINKS= ${MACHINE} /usr/include/machine
|
||||
|
Loading…
Reference in New Issue
Block a user