diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-04 16:28:54 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-04 16:28:54 +0000 |
| commit | 5551c573554e4bb755565098222d0d74fa83e5cb (patch) | |
| tree | 5cd31e3767f29d82f87cfe495e4ebad8fb41da45 /lib | |
| parent | 98becbfc3c40540968109c02d504fa1bec1adc78 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libevent/Makefile | 1 | ||||
| -rw-r--r-- | lib/libucl/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/libevent/Makefile b/lib/libevent/Makefile index d8b1e2032ce34..1d20bcdc94786 100644 --- a/lib/libevent/Makefile +++ b/lib/libevent/Makefile @@ -7,7 +7,6 @@ LIB= event SHLIB_MAJOR= 1 PRIVATELIB= -INTERNALLIB= SRCS= buffer.c evbuffer.c event.c kqueue.c log.c poll.c select.c signal.c HDRS= event.h diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile index b94f3dac40f6b..310e8b70c0717 100644 --- a/lib/libucl/Makefile +++ b/lib/libucl/Makefile @@ -14,8 +14,10 @@ SRCS= ucl_emitter_streamline.c \ ucl_util.c \ xxhash.c -.PATH: ${LIBUCL}/src +.PATH: ${LIBUCL}/src \ + ${LIBUCL}/include +INCS= ucl.h LIBADD= m WARNS= 1 |
