Add a hook for installing the /etc/sendmail.cf file
Submitted by: bde
This commit is contained in:
parent
ff6ee1617b
commit
cd69bc8f30
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user