summaryrefslogtreecommitdiffstats
path: root/lib/libmandoc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-22 20:48:21 +0000
committerbapt <bapt@FreeBSD.org>2014-11-22 20:48:21 +0000
commit62797787b72502299aaca232337a94ade10717c3 (patch)
tree06559ec5ba31f10beb7a1c16b6966e98dcb44c36 /lib/libmandoc
parentb1ffc1c76c027ebc71e6a1463acb395136050389 (diff)
downloadFreeBSD-src-62797787b72502299aaca232337a94ade10717c3.zip
FreeBSD-src-62797787b72502299aaca232337a94ade10717c3.tar.gz
Rework mandoc Makefile to ease maintainance
Add compat_reallocarray into libmandoc given other mandoc components will use it.
Diffstat (limited to 'lib/libmandoc')
-rw-r--r--lib/libmandoc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libmandoc/Makefile b/lib/libmandoc/Makefile
index 6d13b12..a3474e8 100644
--- a/lib/libmandoc/Makefile
+++ b/lib/libmandoc/Makefile
@@ -27,9 +27,11 @@ LIBROFF_SRCS= eqn.c \
tbl_data.c \
tbl_layout.c \
tbl_opts.c
+COMPAT_SRCS= compat_reallocarray.c
SRCS= ${LIBMAN_SRCS} \
${LIBMDOC_SRCS} \
${LIBROFF_SRCS} \
+ ${COMPAT_SRCS} \
chars.c \
mandoc.c \
mandoc_aux.c \
OpenPOWER on IntegriCloud