1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-30 12:04:07 +00:00
freebsd/secure/usr.bin
Baptiste Daroussin d029c3aa25 Rework privatelib/internallib
Make sure everything linking to a privatelib and/or an internallib does it directly
from the OBJDIR rather than DESTDIR.
Add src.libnames.mk so bsd.libnames.mk is not polluted by libraries not existsing
in final installation
Introduce the LD* variable which is what ld(1) is expecting (via LDADD) to link to
internal/privatelib
Directly link to the .so in case of private library to avoid having to complexify
LDFLAGS.

Phabric:	https://phabric.freebsd.org/D553
Reviewed by:	imp, emaste
2014-08-06 22:17:26 +00:00
..
bdes multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
openssl Merge OpenSSL 1.0.1h. 2014-06-09 05:50:57 +00:00
scp Rework privatelib/internallib 2014-08-06 22:17:26 +00:00
sftp Rework privatelib/internallib 2014-08-06 22:17:26 +00:00
ssh Rework privatelib/internallib 2014-08-06 22:17:26 +00:00
ssh-add Rework privatelib/internallib 2014-08-06 22:17:26 +00:00
ssh-agent Rework privatelib/internallib 2014-08-06 22:17:26 +00:00
ssh-keygen Rework privatelib/internallib 2014-08-06 22:17:26 +00:00
ssh-keyscan Rework privatelib/internallib 2014-08-06 22:17:26 +00:00
tests Add placeholder Kyuafiles for various top-level hierarchies. 2014-04-21 21:39:25 +00:00
Makefile Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00
Makefile.inc