aboutsummaryrefslogtreecommitdiff
path: root/src/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-09-21 01:11:28 +0000
committerrsc <devnull@localhost>2004-09-21 01:11:28 +0000
commitc6687d4591964cb13df87f55ec4770e778a4a55c (patch)
treeee669a419904e929ae8ae54fd04c2bb41b5a57b1 /src/mkfile
parent3d5e34e146b5ba5c973230abb624ce9126024569 (diff)
downloadplan9port-c6687d4591964cb13df87f55ec4770e778a4a55c.tar.gz
plan9port-c6687d4591964cb13df87f55ec4770e778a4a55c.tar.bz2
plan9port-c6687d4591964cb13df87f55ec4770e778a4a55c.zip
Continue the pthreads torture.
Diffstat (limited to 'src/mkfile')
-rw-r--r--src/mkfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mkfile b/src/mkfile
index bed2755a..87df6c14 100644
--- a/src/mkfile
+++ b/src/mkfile
@@ -9,6 +9,14 @@ DIRS=\
<mkdirs
+libs:V: libs-all
+
+libs-%:V:
+ for i in $LIBDIRS
+ do
+ (cd $i; mk $stem)
+ done
+
MKDIRS=\
libbio\
libregexp\