summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-02 21:12:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-02 21:12:30 +0000
commitd68be9901ca4ece6cd84e7eb0d4e66e3db6638b9 (patch)
tree392aea66afe41508e3185bebb19189abb049f314
parentcff377ec6c05d97eb49c07276603a03c2214f01e (diff)
Fix typo introduced in last commit
-rw-r--r--gnu/usr.sbin/sendmail/cf/cf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile
index 3228eff4501..83004452c51 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.3 2000/04/02 21:11:43 millert Exp $
+# $OpenBSD: Makefile,v 1.4 2000/04/02 21:12:29 millert Exp $
#
# Makefile for configuration files.
#
@@ -26,7 +26,7 @@ RM= rm -f
$(CHMOD) $(ROMODE) $@
ALL= clientproto.cf openbsd-proto.cf courtesan.cf courtesan-nonet.cf \
- courtesan-lists.mc openbsd-lists.mc gandalf.cf saruman.cf alatar.cf \
+ courtesan-lists.cf openbsd-lists.cf gandalf.cf saruman.cf alatar.cf \
nettan.cf waldorf.cf lucifier.cf elbereth.cf corpse.cf knecht.cf
all: $(ALL)