diff options
-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 05613df..f8c2a88 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: |