CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/12/10 12:37:57
Modified files:
usr.bin/ssh : Makefile Makefile.inc
usr.bin/ssh/scp: Makefile
usr.bin/ssh/sftp: Makefile
usr.bin/ssh/sftp-server: Makefile
usr.bin/ssh/ssh: Makefile
usr.bin/ssh/ssh-add: Makefile
usr.bin/ssh/ssh-agent: Makefile
usr.bin/ssh/ssh-keygen: Makefile
usr.bin/ssh/ssh-keyscan: Makefile
usr.bin/ssh/ssh-keysign: Makefile
usr.bin/ssh/ssh-pkcs11-helper: Makefile
usr.bin/ssh/sshd: Makefile
Removed files:
usr.bin/ssh/lib: Makefile
Log message:
ssh/lib hasn't worked towards our code-sharing goals for a quit while,
perhaps it is too verbose? Change each */Makefile to specifying exactly
what sources that program requires, compiling it seperate. Maybe we'll
iterate by sorting those into seperatable chunks, splitting up files
which contain common code + server/client specific code, or whatnot. But
this isn't one step, or we'd have done it a long time ago..
ok dtucker markus djm