diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-11 05:23:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-11 05:23:37 +0000 |
commit | 6120509ac39564542dcac62007296a4f6cc4aa3b (patch) | |
tree | 1baa3d4670c32737a52b58f2e9ead7dc80b72da9 /security | |
parent | 431aed87eb5fdb0323d5414c62f6b64e5ed5e09f (diff) | |
download | pkgsrc-6120509ac39564542dcac62007296a4f6cc4aa3b.tar.gz |
Add and enable ssh-askpass
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 c651c311a35..4a15acafa28 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2000/07/30 11:28:15 frueauf Exp $ +# $NetBSD: Makefile,v 1.40 2000/08/11 05:23:37 jlam Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -35,6 +35,7 @@ SUBDIR += srp_client SUBDIR += ssh SUBDIR += ssh6 + SUBDIR += ssh-askpass SUBDIR += ssh-ip-tunnel SUBDIR += stunnel SUBDIR += sudo |