aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-11-25 13:18:11 +0000
committerrsc <devnull@localhost>2005-11-25 13:18:11 +0000
commit26242ab70628600ba802cbe7ffe1422ac73deb1e (patch)
tree4ddf692cde00818f9f1e1f18fa8c9812f9ea9c37
parentcfd51d5e7ecd57188d2adcc968793076c0ea732e (diff)
downloadplan9port-26242ab70628600ba802cbe7ffe1422ac73deb1e.tar.gz
plan9port-26242ab70628600ba802cbe7ffe1422ac73deb1e.tar.bz2
plan9port-26242ab70628600ba802cbe7ffe1422ac73deb1e.zip
For annoying people like Uriel.
-rw-r--r--Makefile3
-rwxr-xr-xconfigure4
2 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..e5224e8a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+%:
+ @echo read the README file
+
diff --git a/configure b/configure
new file mode 100755
index 00000000..e65a484c
--- /dev/null
+++ b/configure
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo read the README file.
+