diff options
| author | Remko Lodder <remko@FreeBSD.org> | 2008-05-31 19:15:15 +0000 |
|---|---|---|
| committer | Remko Lodder <remko@FreeBSD.org> | 2008-05-31 19:15:15 +0000 |
| commit | 2227a3e9e1a0bcba8481a8067ee8c4b9a96fdda3 (patch) | |
| tree | 941b2df3195538e3122d211b6a3f1cec25cc0ff9 /share/sendmail | |
| parent | 6ef67a1eadf0f261d1a8b5cab6f33f95177523d1 (diff) | |
Notes
Diffstat (limited to 'share/sendmail')
| -rw-r--r-- | share/sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile index ef5fd382c31c..00427dc2c6db 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 |
