diff -ruN sleuthkit-1.68-old/Makefile sleuthkit-1.68/Makefile
--- sleuthkit-1.68-old/Makefile	2004-01-06 23:50:55.000000000 +0100
+++ sleuthkit-1.68/Makefile	2004-03-10 15:32:51.000000000 +0100
@@ -18,15 +18,15 @@
 	cd src/hashtools; make "CC=$(CC)" MAKELEVEL=
 	cd src/fstools; make "CC=$(CC)" MAKELEVEL=
 	cd src/mmtools; make "CC=$(CC)" MAKELEVEL=
-	cd src/file; CC="$(CC)" sh ./install
+	#cd src/file; CC="$(CC)" sh ./install
 
 no-perl-static:
 	cd src/misc; make "CC=$(CC)" OPT=-static MAKELEVEL=
 	cd src/hashtools; make "CC=$(CC)" OPT=-static MAKELEVEL= 
 	cd src/fstools; make "CC=$(CC)" OPT=-static MAKELEVEL= 
 	cd src/mmtools; make "CC=$(CC)" OPT=-static MAKELEVEL= 
-	cd src/file; sh ./install
-	cd src/file; CC="$(CC)" sh ./install
+	#cd src/file; sh ./install
+	#cd src/file; CC="$(CC)" sh ./install
 
 
 sorter:
