summaryrefslogtreecommitdiffstats
path: root/security/crack
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-10-10 03:42:59 +0000
committersteve <steve@FreeBSD.org>1998-10-10 03:42:59 +0000
commite2b734b0901623bb9ddc3a349c379442b3379e8d (patch)
tree2523760e0c180895754480cb63e1c61cc162d6f8 /security/crack
parent7a8049dce50856d41a3565b208cdf7d7ca90dd18 (diff)
downloadFreeBSD-ports-e2b734b0901623bb9ddc3a349c379442b3379e8d.zip
FreeBSD-ports-e2b734b0901623bb9ddc3a349c379442b3379e8d.tar.gz
'-lcrypt' is needed in the USE_DES case too.
PR: 8080
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 e00cf1d..ae7fddf 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 \
OpenPOWER on IntegriCloud