mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
20 lines
269 B
Text
20 lines
269 B
Text
MAKEALL=`{cd ../make; ls Make.*}
|
|
TARG=\
|
|
$MAKEALL\
|
|
NOTICE\
|
|
README\
|
|
Makefile\
|
|
bio.3\
|
|
bio.h\
|
|
lib9.h\
|
|
`{9 ls -p $PLAN9/src/libbio/*.c}\
|
|
|
|
WHAT=bio
|
|
<../mkfile.what
|
|
|
|
%: $PLAN9/src/libbio/%
|
|
cp $prereq $target
|
|
|
|
lib9.h: $PLAN9/src/libbio/lib9.std.h
|
|
cp $prereq $target
|
|
|