diff options
author | Peter Wemm <peter@FreeBSD.org> | 2000-12-28 10:32:02 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2000-12-28 10:32:02 +0000 |
commit | 9886bcdf9326929b650dc843802a25400f597365 (patch) | |
tree | 3922c77e45ff56155f2bcab449210b3ee5dc218c /lib/Makefile | |
parent | 6a10f299b9472745c76f8a6ab30c1e96fc217800 (diff) | |
download | src-test2-9886bcdf9326929b650dc843802a25400f597365.tar.gz src-test2-9886bcdf9326929b650dc843802a25400f597365.zip |
Notes
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/Makefile b/lib/Makefile index 3db3e82e7f52..e84d25d282fa 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -19,7 +19,7 @@ # # Otherwise, the SUBDIR list should be in alphabetical order. -SUBDIR= ${_csu} libcom_err ${_libcrypt} msun libmd \ +SUBDIR= ${_csu} libcom_err libcrypt msun libmd \ libncurses libradius libskey libtacplus libutil \ ${_compat} libalias libatm ${_libbind} libc ${_libc_r} libcalendar \ libcam libcompat libdevstat libdisk libedit libfetch libform \ @@ -43,13 +43,6 @@ _libc_r= libc_r _libbind= libbind .endif -_libcrypt= libcrypt -.if exists(${.CURDIR}/../secure) && !defined(NOSECURE) && !defined(NOCRYPT) && !defined(NO_DESCRYPT) -# Build both libraries. They have different names, so no harm, -# and this avoids having stale libscrypt.* -_libcrypt+= ../secure/lib/libcrypt -.endif - .if ${MACHINE_ARCH} == "i386" _compat= compat _libncp= libncp |