089685
--- ft2demos-2.5.2/Makefile
089685
+++ ft2demos-2.5.2/Makefile
089685
@@ -296,10 +296,10 @@ else
089685
   # The following programs are not compiled automatically; either comment
089685
   # out the affected line or use the program name as a Makefile target.
089685
   #
089685
-  # EXES += ftchkwd
089685
-  # EXES += ftmemchk
089685
-  # EXES += ftpatchk
089685
-  # EXES += fttimer
089685
+  EXES += ftchkwd
089685
+  EXES += ftmemchk
089685
+  EXES += ftpatchk
089685
+  EXES += fttimer
089685
   # EXES += testname
089685
 
089685
   exes: $(EXES:%=$(BIN_DIR_2)/%$E)