summaryrefslogtreecommitdiff
path: root/security/crack
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-10 03:42:59 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-10 03:42:59 +0000
commit7b5e4d239ca222c6cb5197e5302821af2cb5739a (patch)
treec3765394697cc88eca50c4143f4b745b32d6a67e /security/crack
parentUpdate to version 1.0b2 and convert to ELF. (diff)
'-lcrypt' is needed in the USE_DES case too.
PR: 8080
Notes
Notes: svn path=/head/; revision=13816
Diffstat (limited to 'security/crack')
-rw-r--r--security/crack/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <obrien@FreeBSD.org>
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
-# $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 \