From 8b2b6a53cedd4042c919dd29ecb5a5848db499a2 Mon Sep 17 00:00:00 2001 From: op Date: Tue, 7 May 2024 09:10:33 +0000 Subject: [PATCH] install smtpd-tables(7) --- usr.sbin/smtpd/smtpd/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.sbin/smtpd/smtpd/Makefile b/usr.sbin/smtpd/smtpd/Makefile index d914b43f705..146f75befe6 100644 --- a/usr.sbin/smtpd/smtpd/Makefile +++ b/usr.sbin/smtpd/smtpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.114 2021/11/20 19:11:33 jmc Exp $ +# $OpenBSD: Makefile,v 1.115 2024/05/07 09:10:33 op Exp $ .PATH: ${.CURDIR}/.. @@ -76,7 +76,9 @@ SRCS+= scheduler_proc.c SRCS+= stat_ramstat.c -MAN= sendmail.8 smtpd.8 smtpd-filters.7 smtpd.conf.5 table.5 +MAN= sendmail.8 smtpd.8 smtpd-filters.7 smtpd-tables.7 +MAN+= smtpd.conf.5 table.5 + BINDIR= /usr/sbin LDADD+= -levent -lutil -ltls -lssl -lcrypto -lz -- 2.20.1