URI: 
       tsecstore moved to auth - 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 c7b428f2eb1ffc2033f629215b7bb7714d7b5271
   DIR parent 72208f38277ad8aa8f1e9c13d5fc266d64474eb7
  HTML Author: rsc <devnull@localhost>
       Date:   Mon, 18 Jul 2005 22:50:56 +0000
       
       secstore moved to auth
       
       Diffstat:
         M src/cmd/mkfile                      |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/src/cmd/mkfile b/src/cmd/mkfile
       t@@ -1,10 +1,10 @@
        <$PLAN9/src/mkhdr
        
       -TARG=`ls *.[cy] *.lx | egrep -v "\.tab\.c$" | sed 's/\.[cy]//; s/\.lx//'`
       +TARG=`ls *.[cy] *.lx | egrep -v "\.tab\.c$|^x\." | sed 's/\.[cy]//; s/\.lx//'`
        
        <$PLAN9/src/mkmany
        
       -BUGGERED='CVS|faces|factotum|mailfs|page|scat|upas|venti|vncv|mnihongo|mpm|index'
       +BUGGERED='CVS|faces|factotum|mailfs|page|scat|upas|venti|vncv|mnihongo|mpm|index|u9fs|secstore'
        DIRS=lex `ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"|egrep -v '^lex$'`
        
        <$PLAN9/src/mkdirs