diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-09 03:14:31 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-09 03:14:31 +0800 |
commit | f5ff2bee20155a56b3646325da72e1c26d819634 (patch) | |
tree | 32770e921f2f0a542b399434bfe3d28a56c257e4 /lang/compaq-cc | |
parent | b0a0b6b61a32427e69b592e41260d8d8d41c3015 (diff) | |
download | freebsd-ports-gnome-f5ff2bee20155a56b3646325da72e1c26d819634.tar.gz freebsd-ports-gnome-f5ff2bee20155a56b3646325da72e1c26d819634.tar.zst freebsd-ports-gnome-f5ff2bee20155a56b3646325da72e1c26d819634.zip |
Fix typo in kldload command.
Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
Diffstat (limited to 'lang/compaq-cc')
-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; \ |