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