diff options
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.dist b/Makefile.dist index 17950c5ea..89e117381 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -234,6 +234,10 @@ netware-clean: $(MAKE) -C lib -f Makefile.netware clean $(MAKE) -C src -f Makefile.netware clean +netware-install: + $(MAKE) -C lib -f Makefile.netware install + $(MAKE) -C src -f Makefile.netware install + unix: all unix-ssl: ssl |