Always build libevent, which fixes the build for usr.sbin/ypldap after r291230.
The dependency for ypldap is only with WITH_NIS, but libevent is small enough to not warrant the extra logic and maintenance cost here so just always build it. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
11ffa20fa0
commit
0d9e60c857
@ -48,7 +48,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
|
||||
libdwarf \
|
||||
libedit \
|
||||
${_libelftc} \
|
||||
${_libevent} \
|
||||
libevent \
|
||||
libexecinfo \
|
||||
libexpat \
|
||||
libfetch \
|
||||
@ -240,10 +240,6 @@ _libnetgraph= libnetgraph
|
||||
_libypclnt= libypclnt
|
||||
.endif
|
||||
|
||||
.if ${MK_PF} != "no"
|
||||
_libevent= libevent
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
||||
_libsmb= libsmb
|
||||
_libvgl= libvgl
|
||||
|
Loading…
Reference in New Issue
Block a user