diff options
Diffstat (limited to 'src/libutf/mkfile')
-rw-r--r-- | src/libutf/mkfile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/libutf/mkfile b/src/libutf/mkfile deleted file mode 100644 index 46c92fef..00000000 --- a/src/libutf/mkfile +++ /dev/null @@ -1,31 +0,0 @@ -PLAN9=../.. -<$PLAN9/src/mkhdr - -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\ - -<$PLAN9/src/mksyslib |