diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-08 19:14:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-08 19:14:31 +0000 |
commit | dc8694e540e658e16e0b03126f097ea4a39597ff (patch) | |
tree | d37d28bc0fb033579c804e5205b00f9c8482325d /lang/compaq-cc | |
parent | 1b4ebbb32d981f6594ae5acc015f0d8328a2ccb4 (diff) | |
download | ports-dc8694e540e658e16e0b03126f097ea4a39597ff.tar.gz ports-dc8694e540e658e16e0b03126f097ea4a39597ff.zip |
Notes
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; \ |