summaryrefslogtreecommitdiffstats
path: root/src/libbio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libbio/Makefile')
-rw-r--r--src/libbio/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/libbio/Makefile b/src/libbio/Makefile
deleted file mode 100644
index f404f256..00000000
--- a/src/libbio/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PLAN9=../..
-include $(PLAN9)/src/Makehdr
-
-LIB=libbio.a
-
-OFILES=\
- bbuffered.$O\
- bfildes.$O\
- bflush.$O\
- bgetc.$O\
- bgetd.$O\
- binit.$O\
- boffset.$O\
- bprint.$O\
- bputc.$O\
- brdline.$O\
- brdstr.$O\
- bread.$O\
- bseek.$O\
- bwrite.$O\
- bgetrune.$O\
- bputrune.$O\
-
-HFILES=\
- $(PLAN9)/include/bio.h\
-
-include $(PLAN9)/src/Makesyslib
-
-bcat: bcat.$O $(LIB)
- $(CC) -o bcat bcat.$O -L$(PLAN9)/lib -lbio -lfmt -lutf
-