Correct last-second typo prior to previous commit.

Also, the previous commit incorrectly claimed a maintainer timeout
when in fact the maintainer changed recently and I was looking for
mail from the previous maintainer.

Submitted by:	sobomax
This commit is contained in:
Kris Kennaway 2001-03-03 08:36:40 +00:00
parent 3c660a239b
commit 6a1efc7608
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39007

View File

@ -69,7 +69,7 @@ OPT_ARCH= i486
.if !defined(OPT_ARCH) || ((${OPT_ARCH} != "i486") && (${OPT_ARCH} != "i586") \
&& (${OPT_ARCH} != "3dnow"))
@${ECHO_MSG} "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
@${ECHO_MSG} "Note: you can set OPT_ARCH to optimize for your hardware.
@${ECHO_MSG} "Note: you can set OPT_ARCH to optimize for your hardware."
@${ECHO_MSG} "(e.g. make OPT_ARCH=i486)."
@${ECHO_MSG} "Valid values are: i486, i586, 3dnow"
@${ECHO_MSG} "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"