1--- support/Makefile.in.orig	2012-12-11 02:37:25.000000000 -0800
2+++ support/Makefile.in	2014-02-08 02:45:04.000000000 -0800
3@@ -17,13 +17,7 @@
4 	@test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
5 	@test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir)
6 	@cp -p $(top_builddir)/server/httpd.exp $(DESTDIR)$(libexecdir)
7-	@for i in apxs dbmmanage; do \
8-	    if test -f "$(builddir)/$$i"; then \
9-	        cp -p $$i $(DESTDIR)$(bindir); \
10-	        chmod 755 $(DESTDIR)$(bindir)/$$i; \
11-	    fi ; \
12-	done
13-	@for i in apachectl; do \
14+	@for i in apachectl apxs dbmmanage; do \
15 	    if test -f "$(builddir)/$$i"; then \
16 	        cp -p $$i $(DESTDIR)$(sbindir); \
17 	        chmod 755 $(DESTDIR)$(sbindir)/$$i; \
18
19