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