mirror of
https://github.com/curl/curl.git
synced 2026-07-22 08:57:17 +03:00
Gnter Knauf's netware fix
This commit is contained in:
parent
0b04c52119
commit
473f6ea9f0
1 changed files with 6 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue