diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 04:22:25 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 04:22:25 +0000 |
| commit | 072355e04964037f017fe4677ddb5c7f0430412e (patch) | |
| tree | e04d8db41d8ce61bf71ef2b4ea522eaa47d5b5bf /lib/Makefile | |
| parent | 3762c17a307ee6e708e5e002d8bedf086850257c (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 53e2ee705281..89c6c54ba8c4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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, |
