diff options
| author | iru <devnull@localhost> | 2011-04-16 17:15:24 -0300 |
|---|---|---|
| committer | iru <devnull@localhost> | 2011-04-16 17:15:24 -0300 |
| commit | 835e8fcfe69cc9dce7635ea4255d8c3bd939aa14 (patch) | |
| tree | d2043f2fb74a6be8f8e885bdb84d3c4dbeaf4cbb | |
| parent | 4d4fc2ca3453a4deb79b26eb62449eab94b86827 (diff) | |
| download | plan9front-835e8fcfe69cc9dce7635ea4255d8c3bd939aa14.tar.xz | |
Add bflz, cdsh, and unbflz to mkfile.
| -rw-r--r-- | sys/src/cmd/aux/mkfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/cmd/aux/mkfile b/sys/src/cmd/aux/mkfile index 471e26a92..e36db1a32 100644 --- a/sys/src/cmd/aux/mkfile +++ b/sys/src/cmd/aux/mkfile @@ -7,7 +7,9 @@ TARG=\ acidleak\ apm\ astarld\ + bflz\ cddb\ + cdsh\ clog\ consolefs\ data2s\ @@ -33,6 +35,7 @@ TARG=\ stub\ timesync\ trampoline\ + unbflz\ usage\ write\ zerotrunc\ |
