From 45396fda8b73146d3980797d48704184a5aa99ff Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 4 Jan 2023 13:47:26 -0500 Subject: [PATCH] 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 9c440b32e50..e5b504c96d9 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