diff options
| author | Warner Losh <imp@FreeBSD.org> | 1998-06-09 05:36:48 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1998-06-09 05:36:48 +0000 |
| commit | 42d494a30b08a1df5d7d1bd692172d96167be546 (patch) | |
| tree | 3d0d836eef6230e88985592bf612616dc977f642 /usr.sbin/sendmail | |
| parent | e13ca89a559831bd3a3fdf75c2ad1b25a033ca56 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sendmail')
| -rw-r--r-- | usr.sbin/sendmail/cf/cf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/sendmail/cf/cf/Makefile b/usr.sbin/sendmail/cf/cf/Makefile index 3ab538cb871e..3a9a5f9f707f 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 |
