diff --git a/sys/arch/Makefile b/sys/arch/Makefile index 0744a722e4bc..18ab9ca2f46a 100644 --- a/sys/arch/Makefile +++ b/sys/arch/Makefile @@ -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' # to the location of the machine includes. @@ -15,6 +15,9 @@ SUBDIR+= ${ARCHSUBDIR} .if ${MACHINE} == sparc SUBDIR+= sparc64 .endif +.if (${MACHINE} == hpcmips || ${MACHINE} == hpcsh) +SUBDIR+= hpc +.endif #SUBDIR= alpha amiga arc arm32 atari bebox evbsh3 hp300 hpcmips i386 luna68k \ # m68k mac68k macppc mips mmeye mvme68k news68k newsmips next68k ofppc \