summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.sbin/sendmail/cf/cf/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile
index 0f5183016b8..86a4249097e 100644
--- a/gnu/usr.sbin/sendmail/cf/cf/Makefile
+++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2006/03/22 18:43:53 millert Exp $
+# $OpenBSD: Makefile,v 1.23 2008/06/09 15:40:21 pyr Exp $
#
# Makefile for configuration files.
#
@@ -35,7 +35,9 @@ ALL= submit.cf clientproto.cf tcpproto.cf openbsd-localhost.cf \
all: $(ALL)
-clean cleandir:
+cleandir: clean
+
+clean:
$(RM) $(ALL) *.core
depend: