diff options
author | rh <rh> | 2000-12-30 20:14:26 +0000 |
---|---|---|
committer | rh <rh> | 2000-12-30 20:14:26 +0000 |
commit | 50edf4d1822518fd47da2e52123684738627cde1 (patch) | |
tree | fc07fe76562a376dc87b3098324e57761d8ef3ab /security/Makefile | |
parent | be256e06794808560b7983a2f0540f08c7be01de (diff) | |
download | pkgsrc-50edf4d1822518fd47da2e52123684738627cde1.tar.gz |
Add and enable sslwrap
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 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 |