diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2017-03-27 22:34:43 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2017-03-27 22:34:43 +0000 |
| commit | f906f2025b9aa32272cad1d4422453a96af488d3 (patch) | |
| tree | 89ea44a396408da7c3adf116094d63b384d65357 /lib/libevent | |
| parent | 74308c6816468a13ff8ad08bb979b6d3fe29aedf (diff) | |
Notes
Diffstat (limited to 'lib/libevent')
| -rw-r--r-- | lib/libevent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libevent/Makefile b/lib/libevent/Makefile index 4d692f3cda91..1618d0199ef6 100644 --- a/lib/libevent/Makefile +++ b/lib/libevent/Makefile @@ -10,7 +10,7 @@ SHLIB_MAJOR= 1 PRIVATELIB= SRCS= buffer.c evbuffer.c event.c kqueue.c log.c poll.c select.c signal.c -HDRS= event.h +INCS= event.h CFLAGS+= -I${.CURDIR} \ -DHAVE_CLOCK_GETTIME \ |
