diff options
Diffstat (limited to 'src/lib9/utf/mkfile')
-rw-r--r-- | src/lib9/utf/mkfile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/lib9/utf/mkfile b/src/lib9/utf/mkfile deleted file mode 100644 index 030a6dbd..00000000 --- a/src/lib9/utf/mkfile +++ /dev/null @@ -1,30 +0,0 @@ -<$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 |