add hpc dir if MACHINE is hpcmips or hpcsh.

This commit is contained in:
uch 2001-01-28 02:58:19 +00:00
parent 6be22c0c6f
commit 37e1f36fec

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2001/01/10 18:23:47 bjh21 Exp $ # $NetBSD: Makefile,v 1.10 2001/01/28 02:58:19 uch Exp $
# For now, we install the machine and arch includes, and symlink 'machine' # For now, we install the machine and arch includes, and symlink 'machine'
# to the location of the machine includes. # to the location of the machine includes.
@ -15,6 +15,9 @@ SUBDIR+= ${ARCHSUBDIR}
.if ${MACHINE} == sparc .if ${MACHINE} == sparc
SUBDIR+= sparc64 SUBDIR+= sparc64
.endif .endif
.if (${MACHINE} == hpcmips || ${MACHINE} == hpcsh)
SUBDIR+= hpc
.endif
#SUBDIR= alpha amiga arc arm32 atari bebox evbsh3 hp300 hpcmips i386 luna68k \ #SUBDIR= alpha amiga arc arm32 atari bebox evbsh3 hp300 hpcmips i386 luna68k \
# m68k mac68k macppc mips mmeye mvme68k news68k newsmips next68k ofppc \ # m68k mac68k macppc mips mmeye mvme68k news68k newsmips next68k ofppc \