Date: Mon, 26 Mar 2001 06:53:34 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure Makefile.inc src/secure/lib/libcipher Makefile src/secure/lib/libcrypto Makefile src/secure/lib/libssh Makefile src/secure/lib/libtelnet Makefile src/secure/libexec Makefile.inc src/secure/libexec/sftp-server Makefile ... Message-ID: <200103261453.f2QErZB65795@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2001/03/26 06:53:34 PST Modified files: secure Makefile.inc secure/lib/libcipher Makefile secure/lib/libcrypto Makefile secure/lib/libssh Makefile secure/lib/libtelnet Makefile secure/libexec Makefile.inc secure/libexec/sftp-server Makefile secure/libexec/telnetd Makefile secure/usr.bin Makefile.inc secure/usr.bin/openssl Makefile secure/usr.bin/scp Makefile secure/usr.bin/ssh Makefile secure/usr.bin/ssh-add Makefile secure/usr.bin/ssh-agent Makefile secure/usr.bin/ssh-keygen Makefile secure/usr.bin/telnet Makefile secure/usr.sbin Makefile.inc secure/usr.sbin/sshd Makefile Log: secure/ build fixes: - TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there. - SSHDIR (formerly SSHSRC) is now shared between all SSH modules. New LIBSSH is introduced for libssh.a (an internal static lib). Previously, build without prior `obj' was broken; SSH modules always looked for libssh.a in ${.OBJDIR}. Also, the dependancies on the libssh.a were missing. - libtelnet/ did not install the crypto version of telnet.h into /usr/include/arpa. - Removed BINOWN, BINMODE, BINDIR and SRCS with default values. Reviewed by: markm - MAN[1-9] -> MAN. Revision Changes Path 1.17 +10 -7 src/secure/Makefile.inc 1.12 +2 -2 src/secure/lib/libcipher/Makefile 1.38 +3 -4 src/secure/lib/libcrypto/Makefile 1.8 +7 -11 src/secure/lib/libssh/Makefile 1.20 +5 -4 src/secure/lib/libtelnet/Makefile 1.7 +3 -2 src/secure/libexec/Makefile.inc 1.2 +6 -15 src/secure/libexec/sftp-server/Makefile 1.21 +3 -3 src/secure/libexec/telnetd/Makefile 1.7 +3 -2 src/secure/usr.bin/Makefile.inc 1.17 +1 -2 src/secure/usr.bin/openssl/Makefile 1.4 +4 -11 src/secure/usr.bin/scp/Makefile 1.12 +5 -12 src/secure/usr.bin/ssh/Makefile 1.4 +5 -11 src/secure/usr.bin/ssh-add/Makefile 1.4 +5 -11 src/secure/usr.bin/ssh-agent/Makefile 1.5 +5 -11 src/secure/usr.bin/ssh-keygen/Makefile 1.23 +2 -2 src/secure/usr.bin/telnet/Makefile 1.4 +3 -2 src/secure/usr.sbin/Makefile.inc 1.15 +8 -15 src/secure/usr.sbin/sshd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103261453.f2QErZB65795>