diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-19 19:55:19 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-19 19:55:19 +0000 |
| commit | 8bdd91e3a1588f2f10b68c5aca723cf87c0722a0 (patch) | |
| tree | 11022f445c1f3c7830aa5832afe475c33baa1f19 /etc | |
| parent | e23b011f502d62d6896c89ed51c647d6db533c25 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/sendmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile index ea1952989ece..c0b565a88e77 100644 --- a/etc/sendmail/Makefile +++ b/etc/sendmail/Makefile @@ -18,7 +18,7 @@ RM= rm -f ALL= freebsd.cf # Local sendmail.cf, may be set in /etc/make.conf. Warning! If set, this -# causes 'make install' to always copy it over /etc/sendmail.cf!!! +# causes 'make install' to always copy it over /etc/mail/sendmail.cf!!! # Caveat emptor! Be sure you want this before you enable it. .if defined(SENDMAIL_CF) ALL+= ${SENDMAIL_CF} @@ -33,13 +33,13 @@ depend: install: .if defined(SENDMAIL_CF) ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${SENDMAIL_CF} \ - ${DESTDIR}/etc/sendmail.cf + ${DESTDIR}/etc/mail/sendmail.cf .endif # Helper for src/etc/Makefile etc-sendmail.cf: freebsd.cf ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 freebsd.cf \ - ${DESTDIR}/etc/sendmail.cf + ${DESTDIR}/etc/mail/sendmail.cf # this is overkill, but.... M4FILES!= find ${CFDIR} -type f -name '*.m4' -print |
