diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-03 16:08:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-03 16:08:28 +0000 |
commit | 43e7c8a95690d27adb035f16782d7a1e75684aab (patch) | |
tree | f47296e3b40f3965583758411899f87d16fea9c1 /gnu/usr.sbin/sendmail/cf | |
parent | b22d069116516057f846f2ac51728009fd38af67 (diff) |
sync
Diffstat (limited to 'gnu/usr.sbin/sendmail/cf')
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile index a9fc02bd254..120c9309561 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.17 2002/01/14 03:21:39 millert Exp $ +# $OpenBSD: Makefile,v 1.18 2002/07/03 16:08:27 millert Exp $ # # Makefile for configuration files. # @@ -26,8 +26,8 @@ RM= rm -f $(CHMOD) $(ROMODE) $@ ALL= submit.cf clientproto.cf tcpproto.cf openbsd-localhost.cf \ - openbsd-proto.cf courtesan.cf courtesan-nonet.cf courtesan-lists.cf \ - openbsd-lists.cf lucifier.cf elbereth.cf corpse.cf knecht.cf + openbsd-proto.cf courtesan.cf courtesan-nonet.cf openbsd-lists.cf \ + openbsd-bulk.cf lucifier.cf elbereth.cf corpse.cf knecht.cf all: $(ALL) |