git: 19d4fb85bf17 - main - Add new source file for sendmail 8.18.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Feb 2024 00:15:42 UTC
The branch main has been updated by gshapiro: URL: https://cgit.FreeBSD.org/src/commit/?id=19d4fb85bf17579780e8f0c3cbae8a5e92a6922e commit 19d4fb85bf17579780e8f0c3cbae8a5e92a6922e Author: Gregory Neil Shapiro <gshapiro@FreeBSD.org> AuthorDate: 2024-02-01 00:04:53 +0000 Commit: Gregory Neil Shapiro <gshapiro@FreeBSD.org> CommitDate: 2024-02-01 00:04:53 +0000 Add new source file for sendmail 8.18.1 --- usr.sbin/sendmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 64058543094a..b062d417a042 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -15,7 +15,7 @@ MLINKS+=sendmail.8 purgestat.8 SRCS= alias.c arpadate.c bf.c collect.c conf.c control.c \ convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c \ macro.c main.c map.c mci.c milter.c mime.c parseaddr.c queue.c \ - ratectrl.c readcf.c recipient.c savemail.c sasl.c sfsasl.c \ + ratectrl.c readcf.c recipient.c savemail.c sasl.c sched.c sfsasl.c \ shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c \ timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c BINOWN= root