diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-02-22 03:55:08 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-02-22 03:55:08 +0000 |
commit | 6af82228b4ff0156897b6c7036e21107615a8cef (patch) | |
tree | 479505f07659c6214b75aa018a554abebeb0330e /usr.sbin/sendmail | |
parent | ebbc740417bdae075be8b7b89fa9143470af0e65 (diff) | |
download | FreeBSD-src-6af82228b4ff0156897b6c7036e21107615a8cef.zip FreeBSD-src-6af82228b4ff0156897b6c7036e21107615a8cef.tar.gz |
Move creation of the sendmail statistics file from the usr.sbin/sendmail
Makefile to the etc/sendmail Makefile to be consistent with all of the
other /var file creations. In doing so, change the Makefile target from
etc-sendmail.cf to distribution as it installs more than just the sendmail.cf.
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index d529668..a830b83 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -62,8 +62,6 @@ LDADD+=${SENDMAIL_LDADD} LDFLAGS+=${SENDMAIL_LDFLAGS} beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ - ${DESTDIR}/var/log/sendmail.st ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SMDIR}/helpfile \ ${DESTDIR}/etc/mail/helpfile |