$OpenBSD: patch-Makefile_in,v 1.1 2016/11/13 20:46:23 dcoppa Exp $
--- Makefile.in.orig	Tue Nov  8 19:54:08 2016
+++ Makefile.in	Thu Nov 10 19:44:19 2016
@@ -744,10 +744,7 @@ i3include_HEADERS = \
 dist_bin_SCRIPTS = \
 	i3-dmenu-desktop \
 	i3-migrate-config-to-v4 \
-	i3-save-tree \
-	i3-sensible-editor \
-	i3-sensible-pager \
-	i3-sensible-terminal
+	i3-save-tree
 
 i3confdir = $(sysconfdir)/i3
 dist_i3conf_DATA = \
@@ -882,9 +879,6 @@ docs_poddir = ${docdir}
 @BUILD_MANS_TRUE@	man/i3-nagbar.1 \
 @BUILD_MANS_TRUE@	man/i3-config-wizard.1 \
 @BUILD_MANS_TRUE@	man/i3-migrate-config-to-v4.1 \
-@BUILD_MANS_TRUE@	man/i3-sensible-editor.1 \
-@BUILD_MANS_TRUE@	man/i3-sensible-pager.1 \
-@BUILD_MANS_TRUE@	man/i3-sensible-terminal.1 \
 @BUILD_MANS_TRUE@	man/i3-dump-log.1
 
 @BUILD_MANS_TRUE@pod_MANS = \
@@ -3121,7 +3115,7 @@ distclean-tags:
 
 # Leading 'am--fnord' is there to ensure the list of targets does not
 # expand to empty, as could happen e.g. with make check TESTS=''.
-am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
+am--fnord $(TEST_LOGS): $(am__force_recheck)
 am--force-recheck:
 	@:
 
