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/libutf/Makefile | |
parent | db6608bd819d10cc2ddb57d18054d62d4ca15596 (diff) | |
download | plan9port-99947423b136903263513b9022aab6586c8c6cc5.tar.gz plan9port-99947423b136903263513b9022aab6586c8c6cc5.tar.bz2 plan9port-99947423b136903263513b9022aab6586c8c6cc5.zip |
make -> mk
Diffstat (limited to 'src/libutf/Makefile')
-rw-r--r-- | src/libutf/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/libutf/Makefile b/src/libutf/Makefile deleted file mode 100644 index 283b73d3..00000000 --- a/src/libutf/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PLAN9=../.. -include $(PLAN9)/src/Makehdr - -LIB=libutf.a - -OFILES=\ - rune.$O\ - runestrcat.$O\ - runestrchr.$O\ - runestrcmp.$O\ - runestrcpy.$O\ - runestrdup.$O\ - runestrlen.$O\ - runestrecpy.$O\ - runestrncat.$O\ - runestrncmp.$O\ - runestrncpy.$O\ - runestrrchr.$O\ - runestrstr.$O\ - runetype.$O\ - utfecpy.$O\ - utflen.$O\ - utfnlen.$O\ - utfrrune.$O\ - utfrune.$O\ - utfutf.$O\ - -HFILES=\ - $(PLAN9)/include/utf.h\ - -include $(PLAN9)/src/Makesyslib |