diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-11-26 01:42:55 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-11-26 01:42:55 +0000 |
commit | 70b6c6ed5d7b4f5b042e25074eb0da8b57e87b8f (patch) | |
tree | cb345d40fab34da031c55f3f06fd70d6601e45eb /security | |
parent | f15b0e8ef860d39d8fb639e4f392845397ecbbd8 (diff) | |
download | ports-70b6c6ed5d7b4f5b042e25074eb0da8b57e87b8f.tar.gz ports-70b6c6ed5d7b4f5b042e25074eb0da8b57e87b8f.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/crack/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile index 03644f7ce80a..e00cf1d73a25 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -5,14 +5,13 @@ # Whom: David O'Brien <obrien@FreeBSD.org> # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1997/02/06 07:14:48 asami Exp $ +# $Id: Makefile,v 1.5 1997/06/09 15:13:41 fenner Exp $ # DISTNAME= crack5.0 PKGNAME= crack-5.0 CATEGORIES= security MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ \ - ftp://ftp.lerc.nasa.gov/security/ \ ftp://ftp.ox.ac.uk/pub/comp/security/software/crackers/ \ ftp://ftp.auscert.org.au/pub/coast/mirrors/cert.org/tools/crack/ \ ftp://ftp.riken.go.jp/pub/net/cert_security_tools/crack/ |