diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-11-17 14:52:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-11-17 14:52:33 +0000 |
commit | 5f9987156393e76e32a2cfb704bf4eeda8231390 (patch) | |
tree | 7977a3dc8be7490ac26cedec91b56fa10b567659 /usr.bin/mandoc/Makefile | |
parent | c0bdcc511a57bfab46725c59cf67e3b2a4f53165 (diff) |
Minimal man.conf(5) _whatdb support for mandocdb(8) and apropos(1),
and add the standard options -M and -m to apropos(1).
Including a bugfix to prevent mandocdb(8) from leaking
database file descriptors.
Diffstat (limited to 'usr.bin/mandoc/Makefile')
-rw-r--r-- | usr.bin/mandoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile index 5d184fa67fd..9fe438b5d8f 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2011/11/13 09:58:21 schwarze Exp $ +# $OpenBSD: Makefile,v 1.64 2011/11/17 14:52:32 schwarze Exp $ .include <bsd.own.mk> @@ -18,7 +18,7 @@ SRCS+= main.c mdoc_term.c chars.c term.c tree.c man_term.c eqn_term.c SRCS+= mdoc_man.c SRCS+= html.c mdoc_html.c man_html.c out.c eqn_html.c SRCS+= term_ps.c term_ascii.c tbl_term.c tbl_html.c -SRCS+= mandocdb.c apropos_db.c apropos.c +SRCS+= man_conf.c mandocdb.c apropos_db.c apropos.c PROG= mandoc |