diff options
author | rsc <devnull@localhost> | 2004-03-09 12:45:12 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-09 12:45:12 +0000 |
commit | d49a2e4801752c8a1211c7fac8cc08055a6b6fa5 (patch) | |
tree | 509d01c729341305f12abc34521276a4ccdb27ce /src/mkfile | |
parent | fb7cc74a929c86ef1c84a971d7a05deaf4d30c85 (diff) | |
download | plan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.tar.gz plan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.tar.bz2 plan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.zip |
Various fixes, add spell.
Diffstat (limited to 'src/mkfile')
-rw-r--r-- | src/mkfile | 20 |
1 files changed, 4 insertions, 16 deletions
@@ -1,22 +1,10 @@ <mkhdr +BUGGERED="String|html|httpd|ip|venti" +LIBDIRS=`ls -ld lib* | sed -n 's/^d.* //p' |egrep -v "^lib($BUGGERED)$"` + DIRS=\ - lib9\ - libbin\ - libbio\ - libcomplete\ - libdraw\ - libflate\ - libframe\ - libfs\ -# libhttpd\ -# libip\ - libmux\ - libplumb\ - libregexp\ - libsec\ - libthread\ -# libventi\ + $LIBDIRS\ cmd\ <mkdirs |