summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-06-09 05:36:48 +0000
committerimp <imp@FreeBSD.org>1998-06-09 05:36:48 +0000
commitb6bacf38ca3b5fdee1e90aa9e096e515bca10210 (patch)
treea8df0256ff9c9310e0c6c45d0e86fe2b2c0c3724 /usr.sbin/sendmail
parent5a2b97449da31bc98b451ede0f56fbeecddff92a (diff)
downloadFreeBSD-src-b6bacf38ca3b5fdee1e90aa9e096e515bca10210.zip
FreeBSD-src-b6bacf38ca3b5fdee1e90aa9e096e515bca10210.tar.gz
$@ is deprecated, use longer forms of single char macros
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/cf/cf/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/sendmail/cf/cf/Makefile b/usr.sbin/sendmail/cf/cf/Makefile
index 3ab538c..3a9a5f9 100644
--- a/usr.sbin/sendmail/cf/cf/Makefile
+++ b/usr.sbin/sendmail/cf/cf/Makefile
@@ -20,9 +20,9 @@ RM= rm -f
.SUFFIXES: .mc .cf
.mc.cf:
- $(RM) $@
- (cd ${.CURDIR} && $(M4) ${CFDIR}/m4/cf.m4 ${@:R}.mc) > $@
- $(CHMOD) $(ROMODE) $@
+ $(RM) ${.TARGET}
+ (cd ${.CURDIR} && $(M4) ${CFDIR}/m4/cf.m4 ${@:R}.mc) > ${.TARGET}
+ $(CHMOD) $(ROMODE) ${.TARGET}
ALL= freebsd.cf
@@ -55,7 +55,6 @@ install:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${SENDMAIL_CF} \
${DESTDIR}/etc/sendmail.cf
.endif
-
# Helper for src/etc/Makefile
etc-sendmail.cf: freebsd.cf
OpenPOWER on IntegriCloud