aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mkfile
blob: 191ecfe371c30b5af6908522116331d6f697fd64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PLAN9=../..
<$PLAN9/src/mkhdr

TARG=`ls *.c | sed 's/\.c//'`
LDFLAGS=$LDFLAGS
SHORTLIB=sec fs mux regexp9 thread bio 9

<$PLAN9/src/mkmany

BUGGERED='CVS|faces|factotum|oplumb|plumb2|mk|vac|9term|upas|venti|htmlfmt'
DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "$BUGGERED"`

<$PLAN9/src/mkdirs