Blob


1 all:V: $TARG
3 %: $PLAN9/include/%
4 cp $prereq $target
6 %: $PLAN9/unix/man/%
7 cat ../man/ex.man $prereq >$target
9 %: $PLAN9/unix/make/%
10 cp $prereq $target
12 Makefile:D: $PLAN9/unix/make/Makefile.TOP $PLAN9/unix/make/Makefile.$WHAT $PLAN9/unix/make/Makefile.LIB $PLAN9/unix/make/Makefile.BOT
13 cat $prereq >$target
14 [ $WHAT = mk ] && cat $PLAN9/unix/make/Makefile.CMD >>$target
15 exit 0
17 README: $PLAN9/unix/README
18 cp $prereq $target
20 NOTICE: $PLAN9/unix/NOTICE.$WHAT
21 cp $prereq $target