aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/mkfile')
-rw-r--r--src/libthread/mkfile4
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