oops, forgot to disconnect libbind while it's broken.

This commit is contained in:
Peter Wemm 1999-11-30 04:22:25 +00:00
parent 3762c17a30
commit 072355e049
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53922

View File

@ -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,