diff options
author | wkj <devnull@localhost> | 2004-04-21 01:21:40 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2004-04-21 01:21:40 +0000 |
commit | 7d3bbe16529792999d0627256748f9b780c084f3 (patch) | |
tree | b4a177cc18eb00bf75c06d22394e3a12dbe031e8 /src/cmd/mkfile | |
parent | a31db67d14c0e50353eac3db342f3c969cabdf76 (diff) | |
download | plan9port-7d3bbe16529792999d0627256748f9b780c084f3.tar.gz plan9port-7d3bbe16529792999d0627256748f9b780c084f3.tar.bz2 plan9port-7d3bbe16529792999d0627256748f9b780c084f3.zip |
Don't build lex until Russ says it is OK (it is useful for troff, which I don't really want to port to flex).
Add aescbc because I use it once in a while.
Diffstat (limited to 'src/cmd/mkfile')
-rw-r--r-- | src/cmd/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/mkfile b/src/cmd/mkfile index 87ca653e..480987d6 100644 --- a/src/cmd/mkfile +++ b/src/cmd/mkfile @@ -6,7 +6,7 @@ SHORTLIB=sec fs mux regexp9 draw thread bio 9 <$PLAN9/src/mkmany -BUGGERED='CVS|faces|factotum|mailfs|mk|upas|vac|venti|tcs' +BUGGERED='CVS|faces|factotum|mailfs|mk|upas|vac|venti|tcs|lex' DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"` <$PLAN9/src/mkdirs |