diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 03:42:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 03:42:59 +0000 |
commit | 7b5e4d239ca222c6cb5197e5302821af2cb5739a (patch) | |
tree | c3765394697cc88eca50c4143f4b745b32d6a67e /security/crack | |
parent | f27a3de2e1e94d9a7e7ac0ba9a1738980e47293a (diff) | |
download | freebsd-ports-7b5e4d239ca222c6cb5197e5302821af2cb5739a.zip |
'-lcrypt' is needed in the USE_DES case too.
PR: 8080
Diffstat (limited to 'security/crack')
-rw-r--r-- | security/crack/Makefile | 4 |
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 \ |