aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-18 22:50:56 +0000
committerrsc <devnull@localhost>2005-07-18 22:50:56 +0000
commitc7b428f2eb1ffc2033f629215b7bb7714d7b5271 (patch)
tree9f9498f4b1c3fa6230ffa71f7d4eef3c7af4eec1 /src/cmd/mkfile
parent72208f38277ad8aa8f1e9c13d5fc266d64474eb7 (diff)
downloadplan9port-c7b428f2eb1ffc2033f629215b7bb7714d7b5271.tar.gz
plan9port-c7b428f2eb1ffc2033f629215b7bb7714d7b5271.tar.bz2
plan9port-c7b428f2eb1ffc2033f629215b7bb7714d7b5271.zip
secstore moved to auth
Diffstat (limited to 'src/cmd/mkfile')
-rw-r--r--src/cmd/mkfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/mkfile b/src/cmd/mkfile
index 19daf8a3..0fd47852 100644
--- a/src/cmd/mkfile
+++ b/src/cmd/mkfile
@@ -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