aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/itk/files/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/itk/files/makefile')
-rw-r--r--x11-toolkits/itk/files/makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/x11-toolkits/itk/files/makefile b/x11-toolkits/itk/files/makefile
deleted file mode 100644
index aaa10a467a61..000000000000
--- a/x11-toolkits/itk/files/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-all:
- for f in ../generic/*.o; do ln -sf $$f; done
- make -f Makefile itkwish
-test:
- make -f Makefile test
-install:
- make -f Makefile install
-