summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPierre-Yves Ritschard <pyr@cvs.openbsd.org>2008-06-09 15:40:22 +0000
committerPierre-Yves Ritschard <pyr@cvs.openbsd.org>2008-06-09 15:40:22 +0000
commit53264f5ef6f682ad1f22ed239d6cbf61bb395067 (patch)
tree010c8e99c0dd0dfc7d428a3c7d17889f12bd3dea /gnu
parentffc317c671d9bcd4163eeab8766b6764ac9c73e8 (diff)
Don't be overzealous when cleaning up, once is enough.
spotted by ajacoutot@, ok ajacoutot@, millert@
Diffstat (limited to 'gnu')
-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: