diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-12 17:54:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-12 17:54:17 +0000 |
commit | d92597a10b9ae39fbe13017690f2012fd7b2fecd (patch) | |
tree | af4d4bad8a56c10de17852415c1b2e375dc02909 /usr.sbin | |
parent | e333077651052c2fd11ffab358f3ee4cb816121a (diff) |
mailstats.8 moved
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sendmail/src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/src/Makefile b/usr.sbin/sendmail/src/Makefile index cfad4514850..9a4314ab5c7 100644 --- a/usr.sbin/sendmail/src/Makefile +++ b/usr.sbin/sendmail/src/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 1997/08/04 02:17:45 downsj Exp $ +# $OpenBSD: Makefile,v 1.17 1998/07/12 17:54:16 millert Exp $ # # OpenBSD Makefile # @@ -36,7 +36,7 @@ SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \ mci.c mime.c parseaddr.c queue.c readcf.c recipient.c safefile.c \ savemail.c srvrsmtp.c stab.c stats.c sysexits.c trace.c udb.c \ usersmtp.c util.c version.c -MAN= aliases.5 mailstats.8 mailq.1 newaliases.1 sendmail.8 +MAN= aliases.5 mailq.1 newaliases.1 sendmail.8 LINKS= ${BINDIR}/sendmail /usr/bin/newaliases \ ${BINDIR}/sendmail /usr/bin/mailq \ ${BINDIR}/sendmail /usr/bin/hoststat \ |