artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0accab
)
install smtpd-tables(7)
author
op
<op@openbsd.org>
Tue, 7 May 2024 09:10:33 +0000
(09:10 +0000)
committer
op
<op@openbsd.org>
Tue, 7 May 2024 09:10:33 +0000
(09:10 +0000)
usr.sbin/smtpd/smtpd/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/smtpd/Makefile
b/usr.sbin/smtpd/smtpd/Makefile
index
d914b43
..
146f75b
100644
(file)
--- a/
usr.sbin/smtpd/smtpd/Makefile
+++ b/
usr.sbin/smtpd/smtpd/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.11
4 2021/11/20 19:11:33 jmc
Exp $
+# $OpenBSD: Makefile,v 1.11
5 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