diff options
author | obache <obache@pkgsrc.org> | 2006-11-18 16:10:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-18 16:10:41 +0000 |
commit | d223ee72e73bc6ab972042dfe2011d66b849d11f (patch) | |
tree | 523cb2c3506e772ab15033187e8f887d95421d4a /security | |
parent | 55ffb6e9ac4b9c2344b67273021d09177217344e (diff) | |
download | pkgsrc-d223ee72e73bc6ab972042dfe2011d66b849d11f.tar.gz |
Added starttls.
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 d7ad1807db7..6d3e36a7d58 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.281 2006/11/17 15:19:39 shannonjr Exp $ +# $NetBSD: Makefile,v 1.282 2006/11/18 16:10:41 obache Exp $ # COMMENT= Security tools @@ -245,6 +245,7 @@ SUBDIR+= ssh-ip-tunnel SUBDIR+= ssh2 SUBDIR+= ssldump SUBDIR+= sslwrap +SUBDIR+= starttls SUBDIR+= steghide SUBDIR+= stunnel SUBDIR+= sudo |