Gnter Knauf's netware fix

This commit is contained in:
Daniel Stenberg 2004-06-04 07:04:32 +00:00
parent 0b04c52119
commit 473f6ea9f0
1 changed files with 6 additions and 2 deletions

View File

@ -82,8 +82,12 @@ amiga:
cd ./src && make -f makefile.amiga cd ./src && make -f makefile.amiga
netware: netware:
cd lib && make -f Makefile.netware $(MAKE) -C lib -f Makefile.netware
cd src && make -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 unix: all