Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2000 19:13:10 -0500
From:      Jim Bloom <bloom@acm.org>
To:        Ollivier Robert <roberto@keltia.freenix.fr>
Cc:        "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG>
Subject:   Re: openssh uses /etc (bad)
Message-ID:  <38B71A96.6A7CF46E@acm.org>
References:  <20000225135140.A476@caerdonn.eurocontrol.fr> <Pine.BSF.4.21.0002251044410.14848-100000@freefall.freebsd.org> <20000225222441.A97997@keltia.freenix.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
Crypto/ is just a storage location for the for files.  They are
committed there just like files are in contrib.  Buildworld never
explicitly goes into either of these directories; the files stored there
are referenced by makefiles in other parts of the tree.  For example,
look at the directory src/secure/usr.bin/ssh.  The only file there is
Makefile.  Reading the Makefile, you will see that it needs several
files.  These are found through the .PATH derective which references
crypto/openssh.

Jim Bloom
bloom@acm.org

Ollivier Robert wrote:
> 
> According to Kris Kennaway:
> > crypto/ is the analogue of contrib/ for crypto code. You're not supposed
> > to build there..look under secure/.
> 
> I was confused :)
> 
> "buildworld" is now running on the two machines here...


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38B71A96.6A7CF46E>