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 | ec222706503ed5c5cdf0dd5b00896f5d2fdbd65f (patch) | |
tree | e17d4ad72053a1c4db5eac5a4189a54cdeceb00a | |
parent | 02b0c1902fdbabb0f3f4549912ffb25b847f1bcc (diff) | |
download | pkgsrc-ec222706503ed5c5cdf0dd5b00896f5d2fdbd65f.tar.gz |
Add tls.
-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 |