Fix Make bug when installing programs
diff --git a/ChangeLog b/ChangeLog
index ec6892e..e33e3f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@
    * Fix bug in Makefile that caused libmbedcrypto and libmbedx509 not to be
      installed (found by Rawi666).
    * Fix compile error with armcc 5 with --gnu option.
+   * Fix bug in Makefile that caused programs not to be installed correctly
+     (found by robotanarchy) (#232).
 
 Changes
    * The PEM parser now accepts a trailing space at end of lines (#226).