X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=0f16b32573ab0d4385b36990d66ace17402f98c8;hb=ec0f329b32b294259f8af7b54ac8c181bae0a738;hp=4d067b0bd35c5bd9a299a44cc474f67adaec5c48;hpb=777c4b67ce603bb571ba5b38c6f7e95fd885dbca;p=util-vserver.git diff --git a/Makefile b/Makefile index 4d067b0..0f16b32 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,4 @@ # -# $Id$ -# $URL$ -# CURL ?= $(shell if test -f /usr/bin/curl ; then echo "curl -H Pragma: -O -R -S --fail --show-error" ; fi) WGET ?= $(shell if test -f /usr/bin/wget ; then echo "wget -nd -m" ; fi) CLIENT ?= $(if $(CURL),$(CURL),$(if $(WGET),$(WGET)))