summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-10-31 01:17:24 +0000
committerats <ats@FreeBSD.org>1994-10-31 01:17:24 +0000
commit6993957f057c92d71f9a9b50167d1d78c1521b81 (patch)
tree20098ecd8ab1d238d722d63bf694aa87438547de /usr.sbin/sendmail
parent5d3eef2577ba384812bf3473b2240d00dbc4898a (diff)
downloadFreeBSD-src-6993957f057c92d71f9a9b50167d1d78c1521b81.zip
FreeBSD-src-6993957f057c92d71f9a9b50167d1d78c1521b81.tar.gz
Deleted the private clean/cleandir targets in the Makefile. Delete
a hardcoded reference to the "obj" dir. So this makefile should now work with and without an obj dir and deletes the obj dir with a normal cleandir.
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/cf/cf/Makefile9
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:
OpenPOWER on IntegriCloud