aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2006-08-09 13:59:39 +0000
committerGunter Knauf <gk@gknw.de>2006-08-09 13:59:39 +0000
commitb184b87714055930c17a2ed47bc6bc2544379447 (patch)
treeb4bbe7b7bf3fde9263106c59ad1afbff45a5b157 /lib/Makefile.netware
parenta11473f85d6b7effcd2c6a65af0e681ffcde9015 (diff)
fixed some web links.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index aba06d46d..319e4e942 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -3,7 +3,7 @@
## Makefile for building libcurl.nlm (NetWare version - gnu make)
## Use: make -f Makefile.netware
##
-## Comments to: Guenter Knauf <eflash@gmx.net>
+## Comments to: Guenter Knauf http://www.gknw.de/phpbb
#
#################################################################
@@ -19,7 +19,7 @@ endif
# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
-OPENSSL_PATH = ../../openssl-0.9.8a
+OPENSSL_PATH = ../../openssl-0.9.8b
endif
ifndef INSTDIR
@@ -68,7 +68,7 @@ CP = cp -afv
# RM = rm -f
# if you want to mark the target as MTSAFE you will need a tool for
# generating the xdc data for the linker; here's a minimal tool:
-# http://www.gknw.com/development/prgtools/mkxdc.zip
+# http://www.gknw.net/development/prgtools/mkxdc.zip
MPKXDC = mkxdc
# Global flags for all compilers