diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-02 21:12:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-02 21:12:30 +0000 |
commit | d68be9901ca4ece6cd84e7eb0d4e66e3db6638b9 (patch) | |
tree | 392aea66afe41508e3185bebb19189abb049f314 | |
parent | cff377ec6c05d97eb49c07276603a03c2214f01e (diff) |
Fix typo introduced in last commit
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/Makefile | 4 |
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) |