mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Install freebsd.mc and freebsd.cf in /etc/mail so users have the base files
for creating their own configuration.
This commit is contained in:
parent
a9973e4ad8
commit
e10536edc1
1 changed files with 5 additions and 1 deletions
|
|
@ -37,7 +37,11 @@ install:
|
|||
.endif
|
||||
|
||||
# Helper for src/etc/Makefile
|
||||
distribution: freebsd.cf
|
||||
distribution: freebsd.cf freebsd.mc
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/freebsd.mc \
|
||||
${DESTDIR}/etc/mail/freebsd.mc
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 freebsd.cf \
|
||||
${DESTDIR}/etc/mail/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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue