diff options
Diffstat (limited to 'emulators/tkhfs/scripts/configure')
-rw-r--r-- | emulators/tkhfs/scripts/configure | 12 |
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 |