URI: 
       tA few bits of troff don't seem to be buggered anymore. - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit f593f5e00800722c62e42c5497aee22db16af656
   DIR parent e8fb1d3efb114d1859f14fda2b6681d99df1f48a
  HTML Author: wkj <devnull@localhost>
       Date:   Mon, 17 May 2004 02:25:09 +0000
       
       A few bits of troff don't seem to be buggered anymore.
       
       Diffstat:
         M src/cmd/mkfile                      |       2 +-
         M src/mkcommon                        |       3 +++
       
       2 files changed, 4 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/src/cmd/mkfile b/src/cmd/mkfile
       t@@ -5,7 +5,7 @@ SHORTLIB=sec fs mux regexp9 thread bio 9
        
        <$PLAN9/src/mkmany
        
       -BUGGERED='CVS|faces|factotum|mailfs|scat|upas|vac|venti|vncv|grap|eqn|troff|postscript|pic|tbl|mpm'
       +BUGGERED='CVS|faces|factotum|mailfs|scat|upas|vac|venti|vncv|postscript|mnihongo|mpm'
        DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"`
        
        <$PLAN9/src/mkdirs
   DIR diff --git a/src/mkcommon b/src/mkcommon
       t@@ -3,6 +3,9 @@
        %.$O:        %.c
                $CC $CFLAGS $stem.c
        
       +%.$O:        %.cc
       +        $CC $CFLAGS $stem.cc
       +
        %.$O:        %.s
                $AS $AFLAGS $stem.s