Author: gjb
Date: Sat Oct 12 17:15:32 2019
New Revision: 353451
URL: https://svnweb.freebsd.org/changeset/base/353451
Log:
MFS r353450:
MFC r353348:
Connect the libucl(3) manual page to the build.
Approved by: re (kib)
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
releng/12.1/lib/libucl/Makefile
Directory Properties:
releng/12.1/ (props changed)
Modified: releng/12.1/lib/libucl/Makefile
==============================================================================
--- releng/12.1/lib/libucl/Makefile Sat Oct 12 01:02:45 2019
(r353450)
+++ releng/12.1/lib/libucl/Makefile Sat Oct 12 17:15:32 2019
(r353451)
@@ -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
@@ -27,5 +28,7 @@ CFLAGS+= -I${LIBUCL}/include \
-I${LIBUCL}/src \
-I${LIBUCL}/uthash \
-I${LIBUCL}/klib
+
+MAN+= libucl.3
.include <bsd.lib.mk>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"