diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 7bfd2e4da2ac9568fb42bf0aaa21f6015005f904..d19dc5ea53635b435b1f2a60ee05292aee4173b4 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -23,7 +23,7 @@ OPENSSL_PATH = ../../openssl-0.9.8 endif ifndef INSTDIR -INSTDIR = ../curl-$(LIBCURL_VERSION_STR)-bin-nw +INSTDIR = ..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw endif # Edit the vars below to change NLM target settings. @@ -155,7 +155,10 @@ endif ifeq ($(findstring linux,$(OSTYPE)),linux) DL = ' +DS = / #-include $(NDKBASE)/nlmconv/ncpfs.inc +else +DS = \\ endif # Makefile.inc provides the CSOURCES and HHEADERS defines @@ -192,6 +195,9 @@ install: $(INSTDIR) all @$(CP) ../COPYING $(INSTDIR) @$(CP) ../README $(INSTDIR) @$(CP) ../RELEASE-NOTES $(INSTDIR) +ifdef WITH_SSL + @$(CP) ca-bundle.crt $(INSTDIR) +endif clean: -$(RM) config.h ca-bundle.h diff --git a/src/Makefile.netware b/src/Makefile.netware index 315bb0dbba0b89eac0154f9ab673a99a9b2b8172..e9e2de36e8c43eb4c186239c668c38a63aa047fa 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -23,7 +23,7 @@ OPENSSL_PATH = ../../openssl-0.9.8 endif ifndef INSTDIR -INSTDIR = ../curl-$(LIBCURL_VERSION_STR)-bin-nw +INSTDIR = ..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw endif # Edit the vars below to change NLM target settings. @@ -144,7 +144,10 @@ endif ifeq ($(findstring linux,$(OSTYPE)),linux) DL = ' +DS = / #-include $(NDKBASE)/nlmconv/ncpfs.inc +else +DS = \\ endif # Makefile.inc provides the CSOURCES and HHEADERS defines