diff options
author | peter <peter@pkgsrc.org> | 2005-01-22 13:22:46 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2005-01-22 13:22:46 +0000 |
commit | add18aa5622d3952a3255399e2de5ad7b643b3b2 (patch) | |
tree | e17d4ad72053a1c4db5eac5a4189a54cdeceb00a /security | |
parent | bf4abffbd23ef12c6c67dcbf1a6653501b2ca9e2 (diff) | |
download | pkgsrc-add18aa5622d3952a3255399e2de5ad7b643b3b2.tar.gz |
Add tls.
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 bd1514d63e7..abb16d1d274 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.220 2005/01/13 21:52:11 jlam Exp $ +# $NetBSD: Makefile,v 1.221 2005/01/22 13:22:46 peter Exp $ # COMMENT= Security tools @@ -218,6 +218,7 @@ SUBDIR+= tacshell SUBDIR+= tcp_wrappers SUBDIR+= tct SUBDIR+= tkpasman +SUBDIR+= tls SUBDIR+= tripwire SUBDIR+= uvscan SUBDIR+= winbind |