aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-05-28 22:05:50 +0000
committerEd Maste <emaste@FreeBSD.org>2020-05-28 22:05:50 +0000
commitc5ea81f7a6786e7398678551e7d26d5b628c4caa (patch)
treeb2eb3c15add478f59f4653e76112135fbff69186 /usr.sbin
parent0d0f3cdf587b2a3d1249401bbb03a1d7d0ca4ba9 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ftp-proxy/Makefile2
-rw-r--r--usr.sbin/ypldap/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ftp-proxy/Makefile b/usr.sbin/ftp-proxy/Makefile
index 443db1c00a2d..7d05aa9bf624 100644
--- a/usr.sbin/ftp-proxy/Makefile
+++ b/usr.sbin/ftp-proxy/Makefile
@@ -9,7 +9,7 @@ SRCS= ftp-proxy.c filter.c
CFLAGS+=-I${SRCTOP}/contrib/pf/libevent
-LIBADD= event
+LIBADD= event1
WARNS?= 3
diff --git a/usr.sbin/ypldap/Makefile b/usr.sbin/ypldap/Makefile
index 4ba12a7bbd29..7fbe945aaf5d 100644
--- a/usr.sbin/ypldap/Makefile
+++ b/usr.sbin/ypldap/Makefile
@@ -9,7 +9,7 @@ SRCS= parse.y ypldap.c log.c \
MAN= ypldap.8 ypldap.conf.5
-LIBADD= openbsd event util rpcsvc
+LIBADD= openbsd event1 util rpcsvc
CFLAGS+=-I${.CURDIR}
CFLAGS+=-I${SRCTOP}/contrib/pf/libevent