1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libcrypt
Bryan Drewery c2a55defd7 META MODE: Avoid dirdep dependency on lib/libmd.
This avoids using the staged headers for sys/crypto/sha2/*.h, such as sha256.h,
which added an unneeded pre-build dependency on libmd to libcrypt.  This
header is an INCS in lib/libmd, but found via .PATH in sys/crypto/sha2.
Since the libcrypt build was already using the in-src libmd headers
directly, just teach it how to find the sha256.h header as well.

Sponsored by:	EMC / Isilon Storage Division
2015-11-25 19:45:04 +00:00
..
tests Temporarily comment out the libcrypt tests. 2015-11-18 13:19:34 +00:00
crypt-md5.c
crypt-nthash.c
crypt-sha256.c
crypt-sha512.c
crypt.3
crypt.c
crypt.h
Makefile META MODE: Avoid dirdep dependency on lib/libmd. 2015-11-25 19:45:04 +00:00
Makefile.depend META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. 2015-11-25 19:10:28 +00:00
misc.c