convert lib to a Makefile,

mainly for "make bufio.install".

R=r
DELTA=144  (80 added, 62 deleted, 2 changed)
OCL=19760
CL=19799
This commit is contained in:
Russ Cox 2008-11-21 12:36:16 -08:00
parent 130e6f42f1
commit 5a863a4ece
5 changed files with 86 additions and 71 deletions

View file

@ -7,7 +7,7 @@ for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib
do
cd $i
case $i in
cmd | lib)
cmd)
bash clean.bash
;;
*)