Add a hook for installing the /etc/sendmail.cf file

Submitted by: bde
This commit is contained in:
peter 1996-12-28 17:57:28 +00:00
parent ff6ee1617b
commit cd69bc8f30

View File

@ -111,4 +111,8 @@ M4FILES=\
$(ALL): $(M4FILES)
install-sendmail.cf:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 freebsd.cf \
${DESTDIR}/etc/sendmail.cf
.include <bsd.prog.mk>