ssh/lib hasn't worked towards our code-sharing goals for a quit while,
authorderaadt <deraadt@openbsd.org>
Sun, 10 Dec 2017 19:37:57 +0000 (19:37 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 10 Dec 2017 19:37:57 +0000 (19:37 +0000)
commite34d28941f95b5b221076a95efc15767e72cf082
treed6d3d6311ba9a1b48421459d513856652fa6f1df
parent9cb7ed3414345669df7bf848bf8b1ce32861886a
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
14 files changed:
usr.bin/ssh/Makefile
usr.bin/ssh/Makefile.inc
usr.bin/ssh/lib/Makefile [deleted file]
usr.bin/ssh/scp/Makefile
usr.bin/ssh/sftp-server/Makefile
usr.bin/ssh/sftp/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/ssh/Makefile
usr.bin/ssh/sshd/Makefile