diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-03-26 12:41:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-03-26 12:41:06 +0000 |
commit | 7e2c1457578a43913e6f3a49a127b40cc8b4cb7b (patch) | |
tree | 8628c52a427ed054e6256095285c85f68e0cb266 /security/Makefile | |
parent | c097a7a1c59de46422c31dd4dae1f43c88aab505 (diff) | |
download | pkgsrc-7e2c1457578a43913e6f3a49a127b40cc8b4cb7b.tar.gz |
add & enable john
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index f3d9ed0712b..c2801771d03 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2001/03/26 12:00:16 hubertf Exp $ +# $NetBSD: Makefile,v 1.72 2001/03/26 12:41:06 hubertf Exp $ # COMMENT= Security tools @@ -20,6 +20,7 @@ SUBDIR+= fressh SUBDIR+= fsh SUBDIR+= gnupg SUBDIR+= isakmpd +SUBDIR+= john SUBDIR+= kth-krb4 SUBDIR+= libbf SUBDIR+= libcrack |