aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.netware2
-rw-r--r--src/Makefile.netware2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index f6bf2bb80..41c95fd30 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -36,7 +36,7 @@ endif
TARGET = libcurl
VERSION = $(LIBCURL_VERSION)
COPYR = Copyright (C) 1996 - 2007, Daniel Stenberg, <daniel@haxx.se>
-DESCR = cURL libcurl $(LIBCURL_VERSION_STR) - http://curl.haxx.se
+DESCR = cURL libcurl $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se
MTSAFE = YES
STACK = 64000
SCREEN = none
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 96f7706f9..fe44b0f34 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -36,7 +36,7 @@ endif
TARGET = curl
VERSION = $(LIBCURL_VERSION)
COPYR = Copyright (C) 1996 - 2007, Daniel Stenberg, <daniel@haxx.se>
-DESCR = cURL $(LIBCURL_VERSION_STR) - http://curl.haxx.se
+DESCR = cURL $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se
MTSAFE = YES
STACK = 64000
SCREEN = $(TARGET) commandline utility