mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
Gnter Knauf's netware fix
This commit is contained in:
parent
0b04c52119
commit
473f6ea9f0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user