Merge branch 'vendor/EXPAT'
[dragonfly.git] / usr.bin / mandoc / Makefile
1 #       $OpenBSD: Makefile,v 1.21 2009/10/27 21:40:07 schwarze Exp $
2
3 VERSION=1.9.15
4 CFLAGS+=-DVERSION=\"${VERSION}\"
5 WARNS?= 3
6
7 SRCS=   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
10 SRCS+=  man_macro.c man.c man_hash.c man_validate.c \
11         man_action.c man_argv.c
12 SRCS+=  main.c mdoc_term.c chars.c term.c tree.c man_term.c
13 SRCS+=  html.c mdoc_html.c man_html.c out.c
14
15 PROG=   mandoc
16
17 .include <bsd.prog.mk>