diff options
author | rh <rh@pkgsrc.org> | 2000-12-30 20:14:26 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-12-30 20:14:26 +0000 |
commit | c605593411fd5b50212a7b4374225167014db6dd (patch) | |
tree | fc07fe76562a376dc87b3098324e57761d8ef3ab /security | |
parent | 785e7a5601bdbf281580d780211bbdba18bb01b6 (diff) | |
download | pkgsrc-c605593411fd5b50212a7b4374225167014db6dd.tar.gz |
Add and enable sslwrap
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 81823a1e4dc..2f3d544a0c9 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2000/12/28 14:10:03 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2000/12/30 20:14:26 rh Exp $ # SUBDIR += PAM @@ -52,6 +52,7 @@ SUBDIR += ssh-ip-tunnel SUBDIR += ssh6 SUBDIR += ssldump + SUBDIR += sslwrap SUBDIR += stunnel SUBDIR += sudo SUBDIR += tripwire |