diff options
author | Gunter Knauf <gk@gknw.de> | 2007-07-01 01:33:51 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-07-01 01:33:51 +0000 |
commit | 73e13ef19d669c9fa810fd9110efe0c7a844f8b9 (patch) | |
tree | d8ca07220be8218e49eb08407fefd6effaff06fb /src | |
parent | e983cd5cd35886c1e87309100046e294bbb2aace (diff) | |
download | curl-73e13ef19d669c9fa810fd9110efe0c7a844f8b9.tar.gz |
added lib architecture to NLM description.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
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 |