aboutsummaryrefslogtreecommitdiff
path: root/emulators/tkhfs/scripts/configure
blob: 3c55e51d1d062c9ea7ec566e79325ea02bf3d27b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

cd $WRKSRC || exit 1;

cat >> Makefile << END || exit 1;

BINDIR = $PREFIX/bin
HFSBIN = \$(BINDIR)/hfs
WISH   = \$(BINDIR)/wish
END

exit 0;