15 lines
645 B
Text
15 lines
645 B
Text
$NetBSD: patch-ad,v 1.21 2010/05/20 07:47:45 martti Exp $
|
|
|
|
Fix compilation error DragonFly.
|
|
|
|
--- docs/Makefile.in.orig 2010-05-14 14:16:49.000000000 +0300
|
|
+++ docs/Makefile.in 2010-05-20 10:07:03.000000000 +0300
|
|
@@ -273,6 +273,8 @@
|
|
man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 man/clamav-milter.conf.5 man/freshclam.conf.5 man/clamconf.1 man/clamdtop.1
|
|
all: all-am
|
|
|
|
+@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@MILTER_MANS = man/clamav-milter.8
|
|
+
|
|
.SUFFIXES:
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
@for dep in $?; do \
|