diff options
author | markd <markd> | 2003-02-16 11:13:58 +0000 |
---|---|---|
committer | markd <markd> | 2003-02-16 11:13:58 +0000 |
commit | 5eadd6cea8747741aad38922dd2997f3d32ddf0c (patch) | |
tree | 93e2bd7c44d978aa7bedb813979a662a67ffd739 /security | |
parent | 3106eb688743462db6d20ee93dbe0de2a9194ab8 (diff) | |
download | pkgsrc-5eadd6cea8747741aad38922dd2997f3d32ddf0c.tar.gz |
Add and enable kssh.
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 667aa844419..c00feb0e3f0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2003/02/02 17:28:51 tron Exp $ +# $NetBSD: Makefile,v 1.126 2003/02/16 11:13:58 markd Exp $ # COMMENT= Security tools @@ -32,6 +32,7 @@ SUBDIR+= hackbot SUBDIR+= isakmpd SUBDIR+= john SUBDIR+= keychain +SUBDIR+= kssh SUBDIR+= kth-krb4 SUBDIR+= libbf SUBDIR+= libcrack |