diff options
author | rsc <devnull@localhost> | 2005-02-11 00:01:49 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 00:01:49 +0000 |
commit | 281c90a5be6b1ab2280ffa23885fe41e7af80bce (patch) | |
tree | c26a67c58f869a3a6821f1a0ae980af03d4eb430 /src/libmach/mkfile | |
parent | ce2a378d46c0bcd00ec08b9bc4ad861c8aa28a2f (diff) | |
download | plan9port-281c90a5be6b1ab2280ffa23885fe41e7af80bce.tar.gz plan9port-281c90a5be6b1ab2280ffa23885fe41e7af80bce.tar.bz2 plan9port-281c90a5be6b1ab2280ffa23885fe41e7af80bce.zip |
more pthread
Diffstat (limited to 'src/libmach/mkfile')
-rw-r--r-- | src/libmach/mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmach/mkfile b/src/libmach/mkfile index a6d6507e..470f7454 100644 --- a/src/libmach/mkfile +++ b/src/libmach/mkfile @@ -33,6 +33,7 @@ OFILES=\ machocorepower.$O\ machpower.$O\ map.$O\ + pthread.$O\ regs.$O\ stabs.$O\ swap.$O\ |