added netware install target
diff --git a/Makefile.dist b/Makefile.dist
index 17950c5..89e1173 100644
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -234,6 +234,10 @@
 	$(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