summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/sendmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile
index ef5fd38..00427dc 100644
--- a/share/sendmail/Makefile
+++ b/share/sendmail/Makefile
@@ -4,8 +4,8 @@
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
CFDIR= cf
-CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type d -print)
-CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type f -print)
+CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type d -print)
+CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type f -print)
DDIR= ${DESTDIR}/usr/share/sendmail
OpenPOWER on IntegriCloud