x86_64 -> amd64

This commit is contained in:
tron 2003-04-27 10:10:28 +00:00
parent ab753cc4ce
commit ef4a5d5fc9
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.327 2003/04/11 22:40:31 thorpej Exp $
# $NetBSD: bsd.own.mk,v 1.328 2003/04/27 10:10:28 tron Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -518,8 +518,8 @@ USE_${var}?= yes
.endif
.endfor
# Use XFree86 4.x as default version on i386, x86_64, macppc and cats.
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \
# Use XFree86 4.x as default version on i386, amd64, macppc and cats.
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || \
${MACHINE} == "macppc" || ${MACHINE} == "cats"
USE_XF86_4?= yes
.endif