aboutsummaryrefslogtreecommitdiffstats
path: root/lang/compaq-cc/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-12-09 03:14:31 +0800
committerobrien <obrien@FreeBSD.org>2000-12-09 03:14:31 +0800
commitf5ff2bee20155a56b3646325da72e1c26d819634 (patch)
tree32770e921f2f0a542b399434bfe3d28a56c257e4 /lang/compaq-cc/Makefile
parentb0a0b6b61a32427e69b592e41260d8d8d41c3015 (diff)
downloadfreebsd-ports-graphics-f5ff2bee20155a56b3646325da72e1c26d819634.tar.gz
freebsd-ports-graphics-f5ff2bee20155a56b3646325da72e1c26d819634.tar.zst
freebsd-ports-graphics-f5ff2bee20155a56b3646325da72e1c26d819634.zip
Fix typo in kldload command.
Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
Diffstat (limited to 'lang/compaq-cc/Makefile')
-rw-r--r--lang/compaq-cc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile
index e2d47159411..d02bd22b93a 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; \