From 7b5e4d239ca222c6cb5197e5302821af2cb5739a Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 10 Oct 1998 03:42:59 +0000 Subject: '-lcrypt' is needed in the USE_DES case too. PR: 8080 --- security/crack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/crack/Makefile b/security/crack/Makefile index e00cf1d73a25..ae7fddfe6cf3 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -5,7 +5,7 @@ # Whom: David O'Brien # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.5 1997/06/09 15:13:41 fenner Exp $ +# $Id: Makefile,v 1.6 1997/11/26 01:42:55 obrien Exp $ # DISTNAME= crack5.0 @@ -26,8 +26,8 @@ pre-configure: @/bin/mv -f ${WRKSRC}/src/libdes ${WRKSRC}/src/libdes.notused @/bin/mv -f ${WRKSRC}/src/util/elcid.c ${WRKSRC}/src/util/elcid.c.orig @${CP} -p ${WRKSRC}/src/util/elcid.c,bsd ${WRKSRC}/src/util/elcid.c - @echo "XLIB+= -lcrypt" >> ${WRKSRC}/src/util/Makefile .endif + @echo "XLIB+= -lcrypt" >> ${WRKSRC}/src/util/Makefile pre-build: @(if [ ! -f /usr/share/dict/words ];then \ -- cgit v1.2.3