git: 9front

Download patch

ref: d60372d82b088b20e2fb086acb08b35c4b764fac
parent: 8b67c45cf2abb6dbaed95ff8ee75ca871282aa39
author: iru <devnull@localhost>
date: Sat Apr 16 13:15:24 EDT 2011

Add bflz, cdsh, and unbflz to mkfile.

--- a/sys/src/cmd/aux/mkfile
+++ b/sys/src/cmd/aux/mkfile
@@ -7,7 +7,9 @@
 	acidleak\
 	apm\
 	astarld\
+	bflz\
 	cddb\
+	cdsh\
 	clog\
 	consolefs\
 	data2s\
@@ -33,6 +35,7 @@
 	stub\
 	timesync\
 	trampoline\
+	unbflz\
 	usage\
 	write\
 	zerotrunc\
--