From: Daniel Stenberg Date: Fri, 4 Jun 2004 07:04:32 +0000 (+0000) Subject: Günter Knauf's netware fix X-Git-Tag: curl-7_12_1~328 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=473f6ea9f081b4074639f0a92f2b2152167e394e;p=thirdparty%2Fcurl.git Günter Knauf's netware fix --- diff --git a/Makefile.dist b/Makefile.dist index 3f887f3cbd..eec097af23 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -82,8 +82,12 @@ amiga: cd ./src && make -f makefile.amiga netware: - cd lib && make -f Makefile.netware - cd src && make -f Makefile.netware + $(MAKE) -C lib -f Makefile.netware + $(MAKE) -C src -f Makefile.netware + +netware-ssl: + $(MAKE) -C lib -f Makefile.netware SSL=1 + $(MAKE) -C src -f Makefile.netware SSL=1 unix: all