git: Remove NO_OPENSSH variable functionality

John Marino marino at crater.dragonflybsd.org
Mon Aug 29 09:13:06 PDT 2016


commit c0bd490680745440fc7e0d4bbdb876232152db60
Author: John Marino <draco at marino.st>
Date:   Mon Aug 29 10:35:26 2016 +0200

    Remove NO_OPENSSH variable functionality
    
    There doesn't seem to be a legit use case for building with OpenSSL but
    without ssh.  Remove the ability to do so to simplify makefiles which
    also has the benefit of reducing the number of make.conf options.
    
    The ssh program and openssh private library only consume about 2Mb.

Summary of changes:
 Makefile.inc1              | 2 --
 etc/Makefile               | 8 ++------
 etc/defaults/make.conf     | 3 +--
 secure/lib/Makefile        | 3 ---
 secure/libexec/Makefile    | 3 +--
 secure/usr.bin/Makefile    | 5 +----
 secure/usr.sbin/Makefile   | 3 +--
 share/man/man5/make.conf.5 | 8 ++------
 8 files changed, 8 insertions(+), 27 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c0bd490680745440fc7e0d4bbdb876232152db60


-- 
DragonFly BSD source repository



More information about the Commits mailing list