"If I only had a brain..."

MFC after:	 3 weeks
This commit is contained in:
Dag-Erling Smørgrav 2007-01-17 14:54:53 +00:00
parent 5e0d38b538
commit ba518d666a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166072

View File

@ -51,7 +51,7 @@ CPUTYPE = athlon-mp
CPUTYPE = athlon
. endif
. elif ${MACHINE_ARCH} == "amd64"
. if ${CPUTYPE} == "prescott"
. if ${CPUTYPE} == "prescott" || ${CPUTYPE} == "core2"
CPUTYPE = nocona
. endif
. endif