mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Add LIBCRYPT to DPADD.
Implied by: bde
This commit is contained in:
parent
1581afb38d
commit
5a1ce5e6aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69296
@ -3,7 +3,7 @@
|
||||
|
||||
PROG= keyinfo
|
||||
CFLAGS+=-Wall
|
||||
DPADD= ${LIBSKEY} ${LIBMD}
|
||||
DPADD= ${LIBSKEY} ${LIBCRYPT} ${LIBMD}
|
||||
LDADD= -lskey -lcrypt -lmd
|
||||
BINMODE=4555
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user