summaryrefslogtreecommitdiff
path: root/emulators/tkhfs/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/tkhfs/scripts/configure')
-rw-r--r--emulators/tkhfs/scripts/configure12
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/tkhfs/scripts/configure b/emulators/tkhfs/scripts/configure
deleted file mode 100644
index 3c55e51d1d06..000000000000
--- a/emulators/tkhfs/scripts/configure
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-cd $WRKSRC || exit 1;
-
-cat >> Makefile << END || exit 1;
-
-BINDIR = $PREFIX/bin
-HFSBIN = \$(BINDIR)/hfs
-WISH = \$(BINDIR)/wish
-END
-
-exit 0; \ No newline at end of file