$OpenBSD: patch-Makefile_in,v 1.6 2010/11/23 18:21:45 giovanni Exp $
--- Makefile.in.orig	Sat Oct 16 18:36:17 2010
+++ Makefile.in	Thu Oct 28 18:43:44 2010
@@ -219,8 +219,8 @@ man5dir = $(mandir)/man5
 man8dir = $(mandir)/man8
 NROFF = nroff
 MANS = $(man_MANS)
-DATA = $(attributelog_DATA) $(docs_DATA) $(drivedb_DATA) $(initd_DATA) \
-	$(savestates_DATA) $(sysconf_DATA)
+DATA = $(attributelog_DATA) $(docs_DATA) $(drivedb_DATA) \
+	$(savestates_DATA)
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
   distclean-recursive maintainer-clean-recursive
 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
@@ -442,15 +442,7 @@ EXTRA_smartctl_SOURCES = os_linux.cpp os_linux.h os_fr
 @OS_SOLARIS_FALSE@                  smartd.8
 
 docsdir = $(docdir)
-docs_DATA = AUTHORS     \
-            CHANGELOG   \
-            COPYING     \
-            INSTALL     \
-            NEWS        \
-            README      \
-            TODO        \
-            WARNINGS    \
-            smartd.conf
+docs_DATA = smartd.conf
 
 sysconf_DATA = smartd.conf$(smartd_suffix)
 EXTRA_DIST = smartd.initd.in                       \
@@ -1074,16 +1066,6 @@ uninstall-savestatesDATA:
 	cd "$(DESTDIR)$(savestatesdir)" && rm -f $$files
 install-sysconfDATA: $(sysconf_DATA)
 	@$(NORMAL_INSTALL)
-	test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
-	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
-	done
 
 uninstall-sysconfDATA:
 	@$(NORMAL_UNINSTALL)
@@ -1475,7 +1457,7 @@ info: info-recursive
 info-am:
 
 install-data-am: install-attributelogDATA install-docsDATA \
-	install-drivedbDATA install-initdDATA install-man \
+	install-drivedbDATA install-man \
 	install-savestatesDATA
 
 install-dvi: install-dvi-recursive
