diff --git a/fslconfig b/fslconfig
deleted file mode 100755
index 77efa0517a31b9c97c9138c1825f7392d4bc93aa..0000000000000000000000000000000000000000
--- a/fslconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Special machine specific makefile options
-#  Remove suffix _${FSLMACHTYPE} from within Makefile to turn specific
-#  variables on
-
-cp Makefile Makefile.orig
-sed "s/_${FSLMACHTYPE}//g" Makefile.orig > Makefile
-