diff --git a/bin/makedists b/bin/makedists
index ec79ab597a35a3b871e5ec63cc955417fbb80493..6ee63563918ebabb2ca3d4975f0c0131c436f833 100755
--- a/bin/makedists
+++ b/bin/makedists
@@ -31,14 +31,14 @@ PIKEDIR=`echo *`
 echo building $DIR/$BASE_TARFILE.tar.gz
 tar cf - $PIKEDIR | gzip -c9 >$DIR/$BASE_TARFILE-sweden.tar.gz
 
-#
-#( cd $PIKEDIR/src/modules/_Crypto ; ./.build_lobotomized_crypto )
-#rm -rf $PIKEDIR/src/modules/_Crypto
-#$PIKEDIR/src/run_autoconfig 
-#
-#echo building $DIR/$BASE_TARFILE-export.tar.gz
-#tar cf - $PIKEDIR | gzip -c9 >$DIR/$BASE_TARFILE-export.tar.gz
-#
+
+( cd $PIKEDIR/src/modules/_Crypto ; ./.build_lobotomized_crypto )
+rm -rf $PIKEDIR/src/modules/_Crypto
+$PIKEDIR/src/run_autoconfig 
+
+echo building $DIR/$BASE_TARFILE-export.tar.gz
+tar cf - $PIKEDIR | gzip -c9 >$DIR/$BASE_TARFILE-export.tar.gz
+
 
 cd /
 rm -rf $TMPDIR