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 /etc/Makefile | |
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 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index df9a48e..d0e3892 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -73,7 +73,7 @@ distribution: ( cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall ); \ ( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \ ( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \ - ( cd ${.CURDIR}/sendmail; ${MAKE} etc-sendmail.cf ); \ + ( cd ${.CURDIR}/sendmail; ${MAKE} distribution ); \ ( cd ${.CURDIR}/isdn; ${MAKE} install ); \ pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ |