mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Add a hook for installing the /etc/sendmail.cf file
Submitted by: bde
This commit is contained in:
parent
3488b209cc
commit
9ced612d99
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20978
@ -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