new utilities.

the .C files compile but are renamed to avoid building automatically.
This commit is contained in:
rsc 2003-11-23 18:04:47 +00:00
parent f08fdedcee
commit bc7cb1a15a
45 changed files with 16585 additions and 0 deletions

13
src/cmd/mkfile Normal file
View file

@ -0,0 +1,13 @@
PLAN9=../..
<$PLAN9/src/mkhdr
TARG=`ls *.c | sed 's/\.c//'`
LDFLAGS=$LDFLAGS -lsec -lregexp9 -l9 -lbio -lfmt -lutf
<$PLAN9/src/mkmany
BUGGERED='CVS|oplumb|plumb|plumb2|mk|vac'
DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "$BUGGERED"`
<$PLAN9/src/mkdirs