shithub: riscv

Download patch

ref: 31cf34ca81d31c9e76998da1ebea41dd819f20f9
parent: 4ec0e921e5fb0ff51f74840968644c66e1e4c595
author: cinap_lenrek <cinap_lenrek@localhost>
date: Thu Aug 11 17:41:50 EDT 2011

fix broken build for games/blabs

--- a/sys/src/games/mkfile
+++ b/sys/src/games/mkfile
@@ -11,7 +11,6 @@
 	mole\
 	glendy\
 	packet\
-	blabs\
 
 OFILES=
 HFILES=
@@ -20,7 +19,7 @@
 BIN=/$objtype/bin/games
 
 DIRS=\
-#	blabs\
+	blabs\
 	doom\
 	mahjongg\
 	mines\
--