summaryrefslogtreecommitdiffstats
path: root/etc/sendmail
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2003-07-06 18:07:06 +0000
committergshapiro <gshapiro@FreeBSD.org>2003-07-06 18:07:06 +0000
commit6f119a739ea40b6281238538e9c23706a6e93059 (patch)
treed1dd723c7f5a443360b349ae3a6a561d321edb86 /etc/sendmail
parent631efdbcd86c30db0fd41772e2a23a62b62be810 (diff)
downloadFreeBSD-src-6f119a739ea40b6281238538e9c23706a6e93059.zip
FreeBSD-src-6f119a739ea40b6281238538e9c23706a6e93059.tar.gz
Style fixes: tab after a dependency operator should be a single space
second level indent of tab should be four spaces Submitted by: ru MFC after: 3 days
Diffstat (limited to 'etc/sendmail')
-rw-r--r--etc/sendmail/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile
index ca4443c..9831415 100644
--- a/etc/sendmail/Makefile
+++ b/etc/sendmail/Makefile
@@ -13,9 +13,9 @@ CFDIR= ${SENDMAIL_DIR}/cf
# this is overkill, but....
M4FILES!= find ${CFDIR} -type f -name '*.m4' -print
-.SUFFIXES: .mc .cf
+.SUFFIXES: .mc .cf
-.mc.cf: ${M4FILES}
+.mc.cf: ${M4FILES}
${RM} ${.TARGET}
(cd ${.CURDIR} && \
${M4} -D_CF_DIR_=${CFDIR}/ ${SENDMAIL_M4_FLAGS} \
@@ -69,11 +69,11 @@ ALL+= ${SENDMAIL_ADDITIONAL_CF}
CLEANFILES+= ${SENDMAIL_ADDITIONAL_CF}
.endif
-all: ${ALL}
+all: ${ALL}
depend:
-install: ${INSTALL_CF} ${INSTALL_SUBMIT_CF}
+install: ${INSTALL_CF} ${INSTALL_SUBMIT_CF}
.if (defined(SENDMAIL_MC) && defined(SENDMAIL_CF))
@echo ">>> ERROR: Both SENDMAIL_CF and SENDMAIL_MC can not be set"
@false
@@ -81,40 +81,40 @@ install: ${INSTALL_CF} ${INSTALL_SUBMIT_CF}
.if defined(INSTALL_CF)
.if ${INSTALL_CF} != ${DEST_CF}
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${INSTALL_CF} \
- ${DEST_CF}
+ ${DEST_CF}
.endif
.endif
.if defined(SENDMAIL_ADDITIONAL_CF)
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
- ${SENDMAIL_ADDITIONAL_CF} ${DESTDIR}/etc/mail
+ ${SENDMAIL_ADDITIONAL_CF} ${DESTDIR}/etc/mail
.endif
.ifndef SENDMAIL_SET_USER_ID
.if defined(INSTALL_SUBMIT_CF)
.if ${INSTALL_SUBMIT_CF} != ${DEST_SUBMIT_CF}
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
- ${INSTALL_SUBMIT_CF} ${DEST_SUBMIT_CF}
+ ${INSTALL_SUBMIT_CF} ${DEST_SUBMIT_CF}
.endif
.endif
.endif
# Helper for src/etc/Makefile
-distribution: freebsd.cf freebsd.mc ${INSTALL_CF} ${INSTALL_SUBMIT_CF}
+distribution: freebsd.cf freebsd.mc ${INSTALL_CF} ${INSTALL_SUBMIT_CF}
.if (defined(SENDMAIL_MC) && defined(SENDMAIL_CF))
@echo ">>> ERROR: Both SENDMAIL_CF and SENDMAIL_MC can not be set"
@false
.endif
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/freebsd.mc \
- ${DESTDIR}/etc/mail/freebsd.mc
+ ${DESTDIR}/etc/mail/freebsd.mc
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 freebsd.cf \
- ${DESTDIR}/etc/mail/freebsd.cf
+ ${DESTDIR}/etc/mail/freebsd.cf
.if defined(INSTALL_CF)
.if ${INSTALL_CF} != ${DEST_CF}
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${INSTALL_CF} \
- ${DEST_CF}
+ ${DEST_CF}
.endif
.else
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 freebsd.cf \
- ${DEST_CF}
+ ${DEST_CF}
.endif
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${CFDIR}/cf/submit.mc \
${DESTDIR}/etc/mail/freebsd.submit.mc
@@ -124,7 +124,7 @@ distribution: freebsd.cf freebsd.mc ${INSTALL_CF} ${INSTALL_SUBMIT_CF}
.if defined(INSTALL_SUBMIT_CF)
.if ${INSTALL_SUBMIT_CF} != ${DEST_SUBMIT_CF}
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
- ${INSTALL_SUBMIT_CF} ${DEST_SUBMIT_CF}
+ ${INSTALL_SUBMIT_CF} ${DEST_SUBMIT_CF}
.endif
.else
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${CFDIR}/cf/submit.cf \
OpenPOWER on IntegriCloud