patch-Makefile_in 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. $OpenBSD: patch-Makefile_in,v 1.13 2017/04/21 17:08:01 giovanni Exp $
  2. --- Makefile.in.orig Sat May 7 13:18:28 2016
  3. +++ Makefile.in Wed Jun 29 23:50:43 2016
  4. @@ -352,8 +352,8 @@ man5dir = $(mandir)/man5
  5. man8dir = $(mandir)/man8
  6. NROFF = nroff
  7. MANS = $(man_MANS)
  8. -DATA = $(docs_DATA) $(drivedb_DATA) $(examples_DATA) $(initd_DATA) \
  9. - $(sysconf_DATA) $(systemdsystemunit_DATA)
  10. +DATA = $(docs_DATA) $(drivedb_DATA) $(examples_DATA) \
  11. + $(systemdsystemunit_DATA)
  12. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  13. $(LISP)config.h.in
  14. # Read a list of newline-separated strings from the standard input,
  15. @@ -604,16 +604,7 @@ nodist_EXTRA_smartd_SOURCES = os_solaris_ata.s
  16. @OS_SOLARIS_FALSE@man_MANS = smartd.conf.5 smartctl.8 smartd.8 \
  17. @OS_SOLARIS_FALSE@ $(am__append_23)
  18. docsdir = $(docdir)
  19. -docs_DATA = \
  20. - AUTHORS \
  21. - ChangeLog \
  22. - ChangeLog-5.0-6.0 \
  23. - COPYING \
  24. - INSTALL \
  25. - NEWS \
  26. - README \
  27. - TODO \
  28. - smartd.conf
  29. +docs_DATA = smartd.conf
  30. examplesdir = $(exampledir)
  31. examples_DATA = \
  32. @@ -625,10 +616,11 @@ examples_SCRIPTS = \
  33. examplescripts/Example3 \
  34. examplescripts/Example4 \
  35. examplescripts/Example5 \
  36. - examplescripts/Example6
  37. + examplescripts/Example6 \
  38. + smartd_warning.sh
  39. sysconf_DATA = smartd.conf
  40. -smartdscript_SCRIPTS = smartd_warning.sh
  41. +smartdscript_SCRIPTS =
  42. EXTRA_DIST = \
  43. autogen.sh \
  44. smartd.initd.in \