diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-02-22 03:55:08 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-02-22 03:55:08 +0000 |
| commit | e4e1027a2e276ac8d99f273dae97273f0b9b9f2c (patch) | |
| tree | 3b7870f42ab9d79c876e6c9208b1ea7b49e05c29 /etc | |
| parent | 7f010cfc3d4e8e83fe0e4ced0dc33ea7fe88d142 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/Makefile | 2 | ||||
| -rw-r--r-- | etc/sendmail/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index df9a48e8cdab4..d0e38928ebaf6 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 \ diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile index c0b565a88e773..76e0679fcb063 100644 --- a/etc/sendmail/Makefile +++ b/etc/sendmail/Makefile @@ -37,9 +37,11 @@ install: .endif # Helper for src/etc/Makefile -etc-sendmail.cf: freebsd.cf +distribution: freebsd.cf ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 freebsd.cf \ ${DESTDIR}/etc/mail/sendmail.cf + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ + ${DESTDIR}/var/log/sendmail.st # this is overkill, but.... M4FILES!= find ${CFDIR} -type f -name '*.m4' -print |
