diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-12-28 17:57:28 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-12-28 17:57:28 +0000 |
commit | 9ced612d99cdfe51691319bdb1522718586311c2 (patch) | |
tree | e2f1e44ddf72fe4f5e594097414e55b32b027115 /usr.sbin | |
parent | 3488b209cc8c94bed542ca0b99b0ae4e76b77ffa (diff) | |
download | src-9ced612d99cdfe51691319bdb1522718586311c2.tar.gz src-9ced612d99cdfe51691319bdb1522718586311c2.zip |
Add a hook for installing the /etc/sendmail.cf file
Submitted by: bde
Notes
Notes:
svn path=/head/; revision=20978
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sendmail/cf/cf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sendmail/cf/cf/Makefile b/usr.sbin/sendmail/cf/cf/Makefile index 06cb3a91a538..ad8e96a1b385 100644 --- a/usr.sbin/sendmail/cf/cf/Makefile +++ b/usr.sbin/sendmail/cf/cf/Makefile @@ -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> |