a61d324385
with tweaks by me.
32 lines
1023 B
Plaintext
32 lines
1023 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.7 2011/06/21 08:48:34 giovanni Exp $
|
|
--- Makefile.in.orig Thu Jun 9 20:47:52 2011
|
|
+++ Makefile.in Mon Jun 20 09:41:35 2011
|
|
@@ -239,8 +239,8 @@ man8dir = $(mandir)/man8
|
|
NROFF = nroff
|
|
MANS = $(man_MANS)
|
|
DATA = $(attributelog_DATA) $(docs_DATA) $(drivedb_DATA) \
|
|
- $(examples_DATA) $(initd_DATA) $(savestates_DATA) \
|
|
- $(sysconf_DATA) $(systemdsystemunit_DATA)
|
|
+ $(examples_DATA) $(savestates_DATA) \
|
|
+ $(systemdsystemunit_DATA)
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
@@ -439,15 +439,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
|
|
|
|
examplesdir = $(exampledir)
|
|
examples_DATA = \
|