aboutsummaryrefslogtreecommitdiff
path: root/unix/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2009-08-24 07:53:01 -0700
committerRuss Cox <rsc@swtch.com>2009-08-24 07:53:01 -0700
commit51f6e204a775dcbed8b0398060f4f6560d45e991 (patch)
tree06d11fa6fe342c5cf4476843ab47a5d962b4ffe0 /unix/Makefile
parentbf930686861b74414bc6abb8a0455605d32743d7 (diff)
downloadplan9port-51f6e204a775dcbed8b0398060f4f6560d45e991.tar.gz
plan9port-51f6e204a775dcbed8b0398060f4f6560d45e991.tar.bz2
plan9port-51f6e204a775dcbed8b0398060f4f6560d45e991.zip
unix: move Makefile so that it cannot be run accidentally
Diffstat (limited to 'unix/Makefile')
-rw-r--r--unix/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/unix/Makefile b/unix/Makefile
deleted file mode 100644
index 609d6cb0..00000000
--- a/unix/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all:
- for i in libutf libfmt libbio libregexp mk; do (cd $$i; make); done; ls -l mk/mk
-
-clean:
- for i in libutf libfmt libbio libregexp mk; do (cd $$i; make clean); done
-
-install:
- for i in libutf libfmt libbio libregexp mk; do (cd $$i; make install); done
-
-
-