mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Connect the libucl(3) manual page to the build.
MFC after: 3 days Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
83b82cd48c
commit
013f1782dd
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue