diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile index 6b289912296a..62d15858a26b 100644 --- a/share/sendmail/Makefile +++ b/share/sendmail/Makefile @@ -22,6 +22,7 @@ all clean cleandir depend lint tags: beforeinstall: ${SHARED} copies:: + if [ -L ${DDIR}/${CFDIR} ]; then rm -f ${DDIR}/${CFDIR}; fi .for dir in ${CFDIRS} ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 -d ${DDIR}/${dir} .endfor