From 99947423b136903263513b9022aab6586c8c6cc5 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Nov 2003 18:22:36 +0000 Subject: make -> mk --- src/libutf/Makefile | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/libutf/Makefile (limited to 'src/libutf/Makefile') 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 -- cgit v1.2.3