]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/kqueue_tests/Makefile
xnu-1699.22.73.tar.gz
[apple/xnu.git] / tools / tests / kqueue_tests / Makefile
old mode 100644 (file)
new mode 100755 (executable)
index 9db391f..b51ccd6
@@ -1,7 +1,7 @@
-all: readwrite timer
+all: file timer
 
 
-readwrite:
-       gcc -o readwrite_tests kqueue_readwrite_tests.c -arch ppc -arch i386
+file:
+       gcc -o file_tests kqueue_file_tests.c -arch i386
 
 timer:
 
 timer:
-       gcc -o timer_tests kqueue_timer_tests.c -arch ppc -arch i386 -arch x86_64
+       gcc -o timer_tests kqueue_timer_tests.c -arch i386 -arch x86_64