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