On Tue, Dec 20, 2005 at 08:56:21PM +0000, Doug Barton wrote: > dougb 2005-12-20 20:56:21 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > etc/rc.d Makefile > Log: > MFC 1.56, make install of sshd conditional on NO_OPENSSH > > Revision Changes Path > 1.53.2.4 +6 -1 src/etc/rc.d/Makefile > The full condition, to match the sources, would be:
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL) && !defined(NO_OPENSSH) That's how we get to compile secure/usr.sbin/sshd/. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer
pgpHuBPh6bA2T.pgp
Description: PGP signature
