aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-09-24 17:51:56 +0000
committerEd Maste <emaste@FreeBSD.org>2018-09-24 17:51:56 +0000
commit9f9d314d11cd823a38431eba6c24280ad1c5458e (patch)
treedd602458595b6d750f73101f23066dc2b3406179 /usr.sbin
parentf874fbd8e829b36bab8b341b62f09509436eb1d7 (diff)
downloadsrc-9f9d314d11cd823a38431eba6c24280ad1c5458e.tar.gz
src-9f9d314d11cd823a38431eba6c24280ad1c5458e.zip
Switch ntp's embedded libevent to 2.1.18
For OpenSSL 1.1.1 compatibility. Sponsored by: The FreeBSD Foundation.
Notes
Notes: svn path=/projects/openssl111/; revision=338915
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ntp/libntpevent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntp/libntpevent/Makefile b/usr.sbin/ntp/libntpevent/Makefile
index 3c42373eaf77..2f784be5e3dc 100644
--- a/usr.sbin/ntp/libntpevent/Makefile
+++ b/usr.sbin/ntp/libntpevent/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${SRCTOP}/contrib/ntp/sntp/libevent
+.PATH: ${SRCTOP}/contrib/libevent
LIB= ntpevent
INTERNALLIB=
@@ -26,7 +26,7 @@ NTP_ATOMIC=noatomic
.endif
CFLAGS+= -I${SRCTOP}/contrib/ntp/include \
- -I${SRCTOP}/contrib/ntp/sntp/libevent/include \
+ -I${SRCTOP}/contrib/libevent/include \
-I${.CURDIR}/
CFLAGS+= -DHAVE_BSD_NICE -DHAVE_STDINT_H