aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-23 18:22:36 +0000
committerrsc <devnull@localhost>2003-11-23 18:22:36 +0000
commit99947423b136903263513b9022aab6586c8c6cc5 (patch)
tree63199050438d67e1462348e86dc740bac5ddf4c3 /src/Makefile
parentdb6608bd819d10cc2ddb57d18054d62d4ca15596 (diff)
downloadplan9port-99947423b136903263513b9022aab6586c8c6cc5.tar.gz
plan9port-99947423b136903263513b9022aab6586c8c6cc5.tar.bz2
plan9port-99947423b136903263513b9022aab6586c8c6cc5.zip
make -> mk
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644
index 6943b442..00000000
--- a/src/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-LIBS=\
- lib9\
- libbio\
- libdraw\
- libfmt\
- libframe\
- libregexp\
- libthread\
- libutf\
-
-CMDS=\
- cmd/mk\
- cmd/sam\
- cmd/samterm\
-
-all clean install nuke:
- for i in $(LIBS) $(CMDS); \
- do \
- (echo $$i; cd $$i; $(MAKE) $@); \
- done
-