1
0
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:
Peter Wemm 1996-12-28 17:57:28 +00:00
parent 3488b209cc
commit 9ced612d99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20978

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>