diff options
| author | rsc <devnull@localhost> | 2003-11-23 18:22:36 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-11-23 18:22:36 +0000 |
| commit | 99947423b136903263513b9022aab6586c8c6cc5 (patch) | |
| tree | 63199050438d67e1462348e86dc740bac5ddf4c3 /src/Makefile | |
| parent | db6608bd819d10cc2ddb57d18054d62d4ca15596 (diff) | |
| download | plan9port-99947423b136903263513b9022aab6586c8c6cc5.tar.gz plan9port-99947423b136903263513b9022aab6586c8c6cc5.zip | |
make -> mk
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 21 |
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 - |
