diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2019-10-09 15:35:22 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2019-10-09 15:35:22 +0000 |
| commit | 013f1782ddc9b443e792c33eeb2ca1ed6fca0784 (patch) | |
| tree | 167ad387c3aeb19154d8e0fbd1ffd89d60db253a /lib/libucl | |
| parent | 83b82cd48c3c9b11ac70b33a46663a08be8359a3 (diff) | |
Notes
Diffstat (limited to 'lib/libucl')
| -rw-r--r-- | lib/libucl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile index 516b5261a5f5..dc2ea91a0260 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 <bsd.lib.mk> |
