oops, forgot to disconnect libbind while it's broken.
This commit is contained in:
parent
3762c17a30
commit
072355e049
@ -19,8 +19,8 @@
|
||||
|
||||
SUBDIR= ${_csu} libcom_err ${_libm} libmd ${_libcrypt} \
|
||||
libncurses libradius libskey libtacplus \
|
||||
${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \
|
||||
libcompat libdevstat libdisk libedit libfetch libform \
|
||||
${_compat} libalias libatm ${_libbind} libc ${_libc_r} libcalendar \
|
||||
libcam libcompat libdevstat libdisk libedit libfetch libform \
|
||||
libftpio libgnumalloc ${_libio} libipx libkvm libmenu ${_libncp} \
|
||||
libnetgraph libopie libpam libpanel libpcap libresolv librpcsvc libss \
|
||||
libstand ${_libtelnet} libutil ${_libvgl} libwrap libxpg4 liby libz
|
||||
@ -35,6 +35,10 @@ _csu=csu/${MACHINE_ARCH}
|
||||
_libc_r= libc_r
|
||||
.endif
|
||||
|
||||
.if !defined(NO_BIND) && 0
|
||||
_libbind= libbind
|
||||
.endif
|
||||
|
||||
_libcrypt= libcrypt
|
||||
.if exists(${.CURDIR}/../secure) && !defined(NOSECURE) && !defined(NOCRYPT)
|
||||
# Build both libraries. They have different names, so no harm,
|
||||
|
Loading…
Reference in New Issue
Block a user