From 7f9cc429e50373e042bf88b4b4e392f51676e761 Mon Sep 17 00:00:00 2001 From: gjb Date: Wed, 9 Oct 2019 15:35:22 +0000 Subject: [PATCH] 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(-) diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile index 516b5261a5f..dc2ea91a026 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 -- 2.45.0