Descend into sun68k for sun3 builds.

This commit is contained in:
nathanw 2002-05-28 21:11:04 +00:00
parent 4de762cb8f
commit 800bc79f00
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2002/03/24 23:15:05 bjh21 Exp $
# $NetBSD: Makefile,v 1.21 2002/05/28 21:11:04 nathanw Exp $
# For now, we install the machine and arch includes, and symlink 'machine'
# to the location of the machine includes (usually).
@ -21,7 +21,7 @@ SUBDIR+= sparc64
.if (${MACHINE} == hpcmips || ${MACHINE} == hpcsh)
SUBDIR+= hpc
.endif
.if (${MACHINE} == sun2)
.if (${MACHINE} == sun2 || ${MACHINE} == sun3)
SUBDIR+= sun68k
.endif