diff options
| author | rsc <devnull@localhost> | 2004-09-21 01:11:28 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-09-21 01:11:28 +0000 |
| commit | c6687d4591964cb13df87f55ec4770e778a4a55c (patch) | |
| tree | ee669a419904e929ae8ae54fd04c2bb41b5a57b1 /src/mkfile | |
| parent | 3d5e34e146b5ba5c973230abb624ce9126024569 (diff) | |
| download | plan9port-c6687d4591964cb13df87f55ec4770e778a4a55c.tar.gz plan9port-c6687d4591964cb13df87f55ec4770e778a4a55c.zip | |
Continue the pthreads torture.
Diffstat (limited to 'src/mkfile')
| -rw-r--r-- | src/mkfile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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\ |
