Minor change: Remove a redundant warning and fix a typo.

This commit is contained in:
Tom Hukins 2003-10-26 16:01:07 +00:00
parent 6e9e12f53c
commit f3955baaf1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92208

View file

@ -156,10 +156,7 @@ pre-everything::
@${ECHO_MSG} "Define NO_SKINS to stop from installing skins"
.endif
.if !defined(WITH_OPTIMIZED_CFLAGS)
@${ECHO_MSG} "Define WITH_OPTIMIZED_CFLAGS to opimize for speed"
.endif
.if !defined(WITH_OPTIMIZED_CFLAGS)
@${ECHO_MSG} "Define WITH_OPTIMIZED_CFLAGS to opimize for speed"
@${ECHO_MSG} "Define WITH_OPTIMIZED_CFLAGS to optimize for speed"
.endif
.if !defined(WITH_SVGALIB)
@${ECHO_MSG} "Define WITH_SVGALIB to use svgalib"