git: 9front

Download patch

ref: 7ae3c35060ee79418431a02266887b6af53fd7a5
parent: 1a04fd29fdfecde4c6fead54de1f7ee22187e88c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Apr 11 16:43:48 EDT 2016

ape: explicitely list the ape libs to build in mkfile

--- a/sys/src/ape/lib/mkfile
+++ b/sys/src/ape/lib/mkfile
@@ -1,6 +1,6 @@
 </$objtype/mkfile
 
-DIRS=z `{ls -l | sed '/^d/!d; s/.* //; /\./d'}
+DIRS=9 ap auth bio bsd bz2 draw fmt l mp net regexp sec utf v z
 
 none:V:
 	echo mk all, install, installall, clean, or nuke
--