mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
14 lines
256 B
Text
14 lines
256 B
Text
|
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
|
||
|
|