]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed world breakage for the NOSHARED=yes case. Libraries were added to
authorBruce Evans <bde@FreeBSD.org>
Sat, 12 Aug 2000 20:54:47 +0000 (20:54 +0000)
committerBruce Evans <bde@FreeBSD.org>
Sat, 12 Aug 2000 20:54:47 +0000 (20:54 +0000)
commitb10fc2ddef88c0eec50b0147aec00558ed0d5252
treed0b156de6b1db4f627d328568a58eed52df40160
parent1469c4346f81ef50798af9380f498436dc9a8c9d
Fixed world breakage for the NOSHARED=yes case.  Libraries were added to
LDFLAGS instead of to LDADD, so they ended up too early in the command
line.

Don't link to libcrypt.  It is unused for static linkage and unnecessary
and only apparently used for dynamic linkage (the dynamic libskey is
linked to libcrypt to support the crypt parts of libskey which aren't
used here).

Fixed some disorder.
usr.bin/keyinfo/Makefile