From 013f1782ddc9b443e792c33eeb2ca1ed6fca0784 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 9 Oct 2019 15:35:22 +0000 Subject: Connect the libucl(3) manual page to the build. MFC after: 3 days Sponsored by: Rubicon Communications, LLC (Netgate) --- lib/libucl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile index 516b5261a5f5..dc2ea91a0260 100644 --- a/lib/libucl/Makefile +++ b/lib/libucl/Makefile @@ -17,7 +17,8 @@ SRCS= ucl_emitter_streamline.c \ ucl_util.c .PATH: ${LIBUCL}/src \ - ${LIBUCL}/include + ${LIBUCL}/include \ + ${LIBUCL}/doc INCS= ucl.h LIBADD= m @@ -28,4 +29,6 @@ CFLAGS+= -I${LIBUCL}/include \ -I${LIBUCL}/uthash \ -I${LIBUCL}/klib +MAN+= libucl.3 + .include -- cgit v1.3