1</sys/doc/fonts 2 3DEPS = net.ms\ 4 tree.pout 5 6net.ps:D: $DEPS 7 { echo $FONTS; cat net.ms } | tbl | troff -ms | lp -dstdout > net.ps 8 ../cleanps net.ps 9 10net.trout:D: $DEPS 11 { echo $FONTS; cat net.ms } | tbl | troff -ms > net.trout 12 13tree.pout:D: tree 14 pic tree > tree.pout 15 16net.html:D: $DEPS 17 tbl net.ms | htmlroff -ms -mhtml >net.html 18 19clean:V: 20 rm -f net.ps tree.pout net.trout 21 22