mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Add -lcrypt. This fixes cross-building.
This commit is contained in:
parent
ad879ce955
commit
c71b3c67f1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68928
@ -4,7 +4,7 @@
|
||||
PROG= keyinfo
|
||||
CFLAGS+=-Wall
|
||||
DPADD= ${LIBSKEY} ${LIBMD}
|
||||
LDADD= -lskey -lmd
|
||||
LDADD= -lskey -lcrypt -lmd
|
||||
BINMODE=4555
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user