diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2025-09-02 18:39:21 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-09-02 18:39:21 +0000 |
| commit | 45488e95b4c6152ed4e6b3e488b6590897e5fa64 (patch) | |
| tree | e335f9c9f6ad16903379fc63c08d04c811ef2e14 | |
| parent | 5eb80bf1a6a435e88507c49111a28ed9e38b4b76 (diff) | |
mandoc: Install mandoc.db.5
Reviewed by: ziaee, bapt
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D52343
| -rw-r--r-- | usr.bin/mandoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile index c5255b1468fd..0d04aad4e558 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -4,7 +4,7 @@ MANDOCDIR= ${SRCTOP}/contrib/mandoc .PATH: ${MANDOCDIR} PROG= mandoc -MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 roff.7 +MAN= mandoc.1 mandoc.db.5 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 roff.7 MLINKS= mandoc.1 mdocml.1 .if ${MK_MAN_UTILS} != no MAN+= apropos.1 makewhatis.8 |
