patch-Makefile 352 B

12345678910111213
  1. $OpenBSD: patch-Makefile,v 1.6 2017/06/09 10:20:22 dcoppa Exp $
  2. Index: Makefile
  3. --- Makefile.orig
  4. +++ Makefile
  5. @@ -90,6 +90,7 @@ install-examples:
  6. @echo installing examples to ${example_dir}
  7. @mkdir -p ${example_dir}
  8. @cp examples/* ${example_dir}
  9. + @rm -f ${example_dir}/*.{beforesubst,orig}
  10. @chmod 644 ${example_dir}/*
  11. install-applications: