(no commit message)
[linux-2.6.git] / Makefile
index 545e454..fd36706 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+#
+# $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)))