diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-05-28 22:05:50 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-05-28 22:05:50 +0000 |
| commit | c5ea81f7a6786e7398678551e7d26d5b628c4caa (patch) | |
| tree | b2eb3c15add478f59f4653e76112135fbff69186 /usr.sbin | |
| parent | 0d0f3cdf587b2a3d1249401bbb03a1d7d0ca4ba9 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ftp-proxy/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ypldap/Makefile | 2 |
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 |
