Connect the libucl(3) manual page to the build.

MFC after:	3 days
Sponsored by:	Rubicon Communications, LLC (Netgate)
This commit is contained in:
Glen Barber 2019-10-09 15:35:22 +00:00
parent 83b82cd48c
commit 013f1782dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353348

View file

@ -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 <bsd.lib.mk>