mandoc(1): Update to 1.9.20.
[dragonfly.git] / usr.bin / mandoc / Makefile
... / ...
CommitLineData
1# $OpenBSD: Makefile,v 1.21 2009/10/27 21:40:07 schwarze Exp $
2
3VERSION=1.9.20
4CFLAGS+=-DVERSION=\"${VERSION}\"
5WARNS?= 3
6
7SRCS= mandoc.c mdoc_macro.c mdoc.c mdoc_hash.c mdoc_strings.c \
8 mdoc_argv.c mdoc_validate.c mdoc_action.c lib.c att.c \
9 arch.c vol.c msec.c st.c
10SRCS+= man_macro.c man.c man_hash.c man_validate.c \
11 man_action.c man_argv.c
12SRCS+= main.c mdoc_term.c chars.c term.c tree.c man_term.c
13SRCS+= html.c mdoc_html.c man_html.c out.c
14
15PROG= mandoc
16
17.include <bsd.prog.mk>