The branch stable/13 has been updated by emaste:

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

commit de1ce17d2305d34152ed50c4bb68960d41da6c69
Author:     Ed Maste <[email protected]>
AuthorDate: 2023-01-04 18:47:26 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2023-01-17 00:32:59 +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
    
    (cherry picked from commit 45396fda8b73146d3980797d48704184a5aa99ff)
---
 libexec/dma/dmagent/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile
index f7f127cf4e7e..f56b16a0b6f0 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