diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-03-11 06:51:21 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-03-11 06:51:21 +0000 |
| commit | 97ab006d51900d1c5f39d31ac91b061b683b70eb (patch) | |
| tree | 76b9b86204bcbb87038ec9d6cdec7a16a4d94fcb /usr.bin/mandoc | |
| parent | 6970ca8f1e7ed1fc8791d6854b613ef197b26f84 (diff) | |
Notes
Diffstat (limited to 'usr.bin/mandoc')
| -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 dfc58385f85d..80951a6440a2 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -8,7 +8,7 @@ MDOCMLDIR= ${.CURDIR}/../../contrib/mdocml PROG= mandoc MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 # roff.7 MLINKS= mandoc.1 mdocml.1 -.if ${MK_MANDOCDB} != no && ${MK_MAN_UTILS} != no +.if ${MK_MAN_UTILS} != no MAN+= apropos.1 makewhatis.8 MLINKS+= apropos.1 whatis.1 LINKS= ${BINDIR}/mandoc ${BINDIR}/whatis \ |
