The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=45396fda8b73146d3980797d48704184a5aa99ff

commit 45396fda8b73146d3980797d48704184a5aa99ff
Author:     Ed Maste <[email protected]>
AuthorDate: 2023-01-04 18:47:26 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2023-01-06 14:40:45 +0000

    dma: dma.conf.5 as MLINK to dma.8
    
    There's no separate man page for dma.conf, but the format is documented
    in dma.8.
    
    Reviewed by:    bapt
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D37944
---
 libexec/dma/dmagent/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile
index 9c440b32e50f..e5b504c96d93 100644
--- a/libexec/dma/dmagent/Makefile
+++ b/libexec/dma/dmagent/Makefile
@@ -18,6 +18,7 @@ SRCS= aliases_parse.y \
        spool.c \
        util.c
 MAN8=  dma.8
+MLINKS=        dma.8 dma.conf.5
 CONFS= dma.conf
 CONFSDIR=      ${CONFDIR}/dma
 YFLAGS+=       -i

Reply via email to