Günter Knauf's netware fix
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Jun 2004 07:04:32 +0000 (07:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 4 Jun 2004 07:04:32 +0000 (07:04 +0000)
Makefile.dist

index 3f887f3..eec097a 100644 (file)
@@ -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