diff options
Diffstat (limited to 'lang/compaq-cc/Makefile')
-rw-r--r-- | lang/compaq-cc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile index e2d47159411a..d02bd22b93aa 100644 --- a/lang/compaq-cc/Makefile +++ b/lang/compaq-cc/Makefile @@ -39,7 +39,7 @@ do-install: @if [ -z "`kldstat -v | ${GREP} -E 'linux'`" ]; then \ ${ECHO} 'AlphaLinux mode is not enabled.\ Loading AlphaLinux kernel module...' | fmt; \ - lkdload linux || { \ + kldload linux || { \ ${ECHO} 'The AlphaLinux kernel module could not be loaded.\ Please manually load the module and retry.\ See "man linux" for details.' | fmt; \ |