diff options
| author | rsc <devnull@localhost> | 2003-11-23 18:14:35 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-11-23 18:14:35 +0000 |
| commit | 986b36bccd134726eea42f2cfabff2943d729ac4 (patch) | |
| tree | 2adf8dbbe9576ac333ebdd3fb35522cdc4541776 /src/libbio/Makefile | |
| parent | f365e600d41badc64b7a13ba385eb876d381abaa (diff) | |
| download | plan9port-986b36bccd134726eea42f2cfabff2943d729ac4.tar.gz plan9port-986b36bccd134726eea42f2cfabff2943d729ac4.zip | |
make -> mk.
add Bfdopen.
Diffstat (limited to 'src/libbio/Makefile')
| -rw-r--r-- | src/libbio/Makefile | 31 |
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 - |
