From 3189c34acab407ed7347e802a604a1ccffaa3180 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sat, 12 Oct 2019 17:15:32 +0000 Subject: [PATCH] MFS r353450: MFC r353348: Connect the libucl(3) manual page to the build. Approved by: re (kib) 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