mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Libcrypt upgrade
This commit is contained in:
parent
69a164c5e3
commit
9f2e9809a2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173
@ -3,4 +3,9 @@
|
||||
PROG= makekey
|
||||
MAN8= makekey.8
|
||||
|
||||
.if exists(/usr/lib/libcrypt.a)
|
||||
DPADD+= ${LIBCRYPT}
|
||||
LDADD+= -lcrypt
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user