summaryrefslogtreecommitdiff
path: root/Makefile.dist
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2005-08-10 19:26:33 +0000
committerGunter Knauf <gk@gknw.de>2005-08-10 19:26:33 +0000
commit69af552bc17436e15a030be5ae5f5154fcb696ed (patch)
treef5782fad4563f3040d13c96539c8de2e431dded0 /Makefile.dist
parent0ae6ff9f721f4f1363cb548b348faba5179c7617 (diff)
downloadcurl-69af552bc17436e15a030be5ae5f5154fcb696ed.tar.gz
added some more NetWare targets.
Diffstat (limited to 'Makefile.dist')
-rw-r--r--Makefile.dist16
1 files changed, 14 insertions, 2 deletions
diff --git a/Makefile.dist b/Makefile.dist
index 0438cae14..3a674d7d7 100644
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -200,9 +200,21 @@ netware:
$(MAKE) -C lib -f Makefile.netware
$(MAKE) -C src -f Makefile.netware
+netware-ares:
+ $(MAKE) -C lib -f Makefile.netware WITH_ARES=1
+ $(MAKE) -C src -f Makefile.netware WITH_ARES=1
+
netware-ssl:
- $(MAKE) -C lib -f Makefile.netware SSL=1
- $(MAKE) -C src -f Makefile.netware SSL=1
+ $(MAKE) -C lib -f Makefile.netware WITH_SSL=1
+ $(MAKE) -C src -f Makefile.netware WITH_SSL=1
+
+netware-ssl-zlib:
+ $(MAKE) -C lib -f Makefile.netware WITH_SSL=1 WITH_ZLIB=1
+ $(MAKE) -C src -f Makefile.netware WITH_SSL=1 WITH_ZLIB=1
+
+netware-zlib:
+ $(MAKE) -C lib -f Makefile.netware WITH_ZLIB=1
+ $(MAKE) -C src -f Makefile.netware WITH_ZLIB=1
netware-clean:
$(MAKE) -C lib -f Makefile.netware clean