diff options
author | rsc <devnull@localhost> | 2005-03-28 15:58:14 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-03-28 15:58:14 +0000 |
commit | 5ba33c04daeca7f84d0d0148725e593a0c672343 (patch) | |
tree | 74897b34527eaa3d3ea8ddb93973c133222a705b /src/libthread/mkfile | |
parent | be9e0e98579e6dec33814f1074d22943eb87ef2b (diff) | |
download | plan9port-5ba33c04daeca7f84d0d0148725e593a0c672343.tar.gz plan9port-5ba33c04daeca7f84d0d0148725e593a0c672343.tar.bz2 plan9port-5ba33c04daeca7f84d0d0148725e593a0c672343.zip |
NetBSD support. Thanks to Christoph Lohmann.
Diffstat (limited to 'src/libthread/mkfile')
-rw-r--r-- | src/libthread/mkfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libthread/mkfile b/src/libthread/mkfile index e77517a8..b1bf3ccf 100644 --- a/src/libthread/mkfile +++ b/src/libthread/mkfile @@ -24,7 +24,9 @@ tspawnloop: tspawnloop.$O 9l -o $target $target.$O $PLAN9/lib/$LIB -l9 -lpthread %.$O: %.c - 9c -I. $stem.c + $CC -I. $stem.c + +NetBSD.$O: Linux.c test:V: tprimes tspawn primes 1 10007 >p1.txt |