Skip to content

Commit

Permalink
G�nter Knauf's netware fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 4, 2004
1 parent 0b04c52 commit 473f6ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 473f6ea

Please sign in to comment.