From: Gunter Knauf Date: Fri, 22 Jun 2007 21:10:41 +0000 (+0000) Subject: added netware install target X-Git-Tag: curl-7_16_3~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f9e2095343fdcf63c2985d385b057466e14a13c;p=thirdparty%2Fcurl.git added netware install target --- diff --git a/Makefile.dist b/Makefile.dist index 17950c5ea3..89e1173815 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