1
0
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:
Marcel Moolenaar 2000-11-20 02:19:05 +00:00
parent ad879ce955
commit c71b3c67f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68928

View File

@ -4,7 +4,7 @@
PROG= keyinfo
CFLAGS+=-Wall
DPADD= ${LIBSKEY} ${LIBMD}
LDADD= -lskey -lmd
LDADD= -lskey -lcrypt -lmd
BINMODE=4555
.include <bsd.prog.mk>