diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1994-10-31 01:17:24 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1994-10-31 01:17:24 +0000 |
| commit | 6d59e80597daacd9a5a11cb9680c341d53f16784 (patch) | |
| tree | 20098ecd8ab1d238d722d63bf694aa87438547de | |
| parent | bef25be89cc4f20ec60ed21a8c51203484addb5f (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sendmail/cf/cf/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.sbin/sendmail/cf/cf/Makefile b/usr.sbin/sendmail/cf/cf/Makefile index 05613dfee5c0..f8c2a88694fd 100644 --- a/usr.sbin/sendmail/cf/cf/Makefile +++ b/usr.sbin/sendmail/cf/cf/Makefile @@ -10,10 +10,10 @@ RM= rm -f .mc.cf: $(RM) $@ - (cd ${.CURDIR} && $(M4) ${@:R}.mc > obj/$@) + (cd ${.CURDIR} && $(M4) ${@:R}.mc ) > $@ $(CHMOD) $(ROMODE) $@ -ALL= cs-hidden.cf cs-exposed.cf \ +CLEANFILES= cs-hidden.cf cs-exposed.cf \ hpux-cs-exposed.cf hpux-cs-hidden.cf \ riscos-cs-exposed.cf \ sunos3.5-cs-exposed.cf sunos3.5-cs-hidden.cf \ @@ -25,10 +25,7 @@ ALL= cs-hidden.cf cs-exposed.cf \ python.cf \ clientproto.cf tcpproto.cf uucpproto.cf -all: $(ALL) - -clean cleandir: - $(RM) $(ALL) core +all: $(CLEANFILES) depend install: |
