View | Details | Raw Unified | Return to bug 185857
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 90-96 Link Here
90
	scache.8.html tlsmgr.8.html
90
	scache.8.html tlsmgr.8.html
91
91
92
.if !defined(BATCH) && !defined(PACKAGE_BUILDING) && exists(/etc/mail/mailer.conf)
92
.if !defined(BATCH) && !defined(PACKAGE_BUILDING) && exists(/etc/mail/mailer.conf)
93
OLD_MAILER!=	${GREP} -m 1 '^purgestat' /etc/mail/mailer.conf || true
93
OLD_MAILER!=	${GREP} -m 1 '^purgestat' /etc/mail/mailer.conf || ${ECHO_CMD}
94
.if !empty(OLD_MAILER)
94
.if !empty(OLD_MAILER)
95
IS_INTERACTIVE=	yes
95
IS_INTERACTIVE=	yes
96
.endif
96
.endif

Return to bug 185857