Oops, alpha is still alive on RELENG_6.

This commit is contained in:
ru 2006-12-05 13:56:46 +00:00
parent 37e9a17bcd
commit e69048837c

View File

@ -115,7 +115,7 @@ TARGET= ${TARGET_ARCH}
TARGET?= ${MACHINE}
TARGET_ARCH?= ${MACHINE_ARCH}
KNOWN_ARCHES?= amd64 arm i386 i386/pc98 ia64 powerpc sparc64
KNOWN_ARCHES?= alpha amd64 arm i386 i386/pc98 ia64 powerpc sparc64
.if ${TARGET} == ${TARGET_ARCH}
_t= ${TARGET}
.else