diff options
author | hubertf <hubertf> | 2001-03-26 12:41:06 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-26 12:41:06 +0000 |
commit | 605e98b4b03fc889ef4d874380c488aebff0a74d (patch) | |
tree | 8628c52a427ed054e6256095285c85f68e0cb266 /security | |
parent | 031ee36a877ff0844341a21739723e0a8500b457 (diff) | |
download | pkgsrc-605e98b4b03fc889ef4d874380c488aebff0a74d.tar.gz |
add & enable john
Diffstat (limited to 'security')
-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 |